We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19dd713 commit b6c40c9Copy full SHA for b6c40c9
.env.local
@@ -2,7 +2,7 @@ export DATA_RENTGEN__LOGGING__PRESET=colored
2
3
export DATA_RENTGEN__DATABASE__URL=postgresql+asyncpg://data_rentgen:changeme@localhost:5432/data_rentgen
4
5
-export DATA_RENTGEN__KAFKA__BOOTSTRAP_SERVERS=["localhost:9093"]
+export 'DATA_RENTGEN__KAFKA__BOOTSTRAP_SERVERS=["localhost:9093"]'
6
export DATA_RENTGEN__KAFKA__SECURITY__TYPE=SCRAM-SHA-256
7
export DATA_RENTGEN__KAFKA__SECURITY__USER=data_rentgen
8
export DATA_RENTGEN__KAFKA__SECURITY__PASSWORD=changeme
0 commit comments