Skip to content

Commit 0d64062

Browse files
Fjodor van RijsselbergFjodor van Rijsselberg
authored andcommitted
Fix for the .env.
1 parent ed4743f commit 0d64062

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dot_env_example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ POSTGRES_USER=postgres
1212
POSTGRES_PASSWORD=postgres
1313
POSTGRES_DB=prefect
1414
POSTGRES_PORT=5432
15+
API_URL=http://0.0.0.0:4200/api

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env sh
22

3-
prefect config set PREFECT_API_URL="${PREFECT_API_URL}"
3+
prefect config set PREFECT_API_URL="${API_URL}"
44
prefect config set PREFECT_UI_STATIC_DIRECTORY="/app/"
55
prefect server start --host 0.0.0.0

0 commit comments

Comments
 (0)