Skip to content

Commit b6c40c9

Browse files
committed
[DOP-25148] Fix loading .env.local to bash
1 parent 19dd713 commit b6c40c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export DATA_RENTGEN__LOGGING__PRESET=colored
22

33
export DATA_RENTGEN__DATABASE__URL=postgresql+asyncpg://data_rentgen:changeme@localhost:5432/data_rentgen
44

5-
export DATA_RENTGEN__KAFKA__BOOTSTRAP_SERVERS=["localhost:9093"]
5+
export 'DATA_RENTGEN__KAFKA__BOOTSTRAP_SERVERS=["localhost:9093"]'
66
export DATA_RENTGEN__KAFKA__SECURITY__TYPE=SCRAM-SHA-256
77
export DATA_RENTGEN__KAFKA__SECURITY__USER=data_rentgen
88
export DATA_RENTGEN__KAFKA__SECURITY__PASSWORD=changeme

0 commit comments

Comments
 (0)