Skip to content

Commit 7c72a9d

Browse files
committed
fix: remove quotes from env file
This fix is made due to an IllegalStateException when running command `make job`
1 parent 6c32b89 commit 7c72a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootcamp/materials/4-apache-flink-training/example.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ PYTHON_VERSION=3.7.9
1111

1212

1313

14-
POSTGRES_URL="jdbc:postgresql://host.docker.internal:5432/postgres"
15-
JDBC_BASE_URL="jdbc:postgresql://host.docker.internal:5432"
14+
POSTGRES_URL=jdbc:postgresql://host.docker.internal:5432/postgres
15+
JDBC_BASE_URL=jdbc:postgresql://host.docker.internal:5432
1616
POSTGRES_USER=postgres
1717
POSTGRES_PASSWORD=postgres
1818
POSTGRES_DB=postgres

0 commit comments

Comments
 (0)