Skip to content

Commit 201d078

Browse files
committed
Merge branch 'main' into development
2 parents d61daad + 59ebe87 commit 201d078

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.env.example

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ DATABASE_HOST=database
1515
DATABASE_USER=postgres
1616
DATABASE_PASSWORD=postgres
1717
DATABASE_NAME=fastapi_db
18+
DATABASE_CELERY_NAME=celery_schedule_jobs
1819
DATABASE_PORT=5432
1920

2021
#############################################
21-
# Traefik variables
22+
# Caddy variables
2223
#############################################
23-
EXT_ENDPOINT1=mycustomwebsite.com
24+
EXT_ENDPOINT1=127.0.0.1
2425
LOCAL_1=localhost
2526
LOCAL_2=127.0.0.1
2627

@@ -41,4 +42,4 @@ MINIO_ROOT_PASSWORD=minioadmin
4142
#############################################
4243
# Wheater
4344
#############################################
44-
WHEATER_URL=https://wttr.in
45+
WHEATER_URL=https://wttr.in

0 commit comments

Comments
 (0)