Skip to content

Commit db68ad8

Browse files
authored
Merge pull request #245 from jdaguilar-forks/fix/issue-244
Fix Issue #244: remove quotes from env file
2 parents fa8cf9d + 7c72a9d commit db68ad8

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)