We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c32b89 commit 7c72a9dCopy full SHA for 7c72a9d
bootcamp/materials/4-apache-flink-training/example.env
@@ -11,8 +11,8 @@ PYTHON_VERSION=3.7.9
11
12
13
14
-POSTGRES_URL="jdbc:postgresql://host.docker.internal:5432/postgres"
15
-JDBC_BASE_URL="jdbc:postgresql://host.docker.internal:5432"
+POSTGRES_URL=jdbc:postgresql://host.docker.internal:5432/postgres
+JDBC_BASE_URL=jdbc:postgresql://host.docker.internal:5432
16
POSTGRES_USER=postgres
17
POSTGRES_PASSWORD=postgres
18
POSTGRES_DB=postgres
0 commit comments