Skip to content

Commit 6d9329d

Browse files
author
phernandez
committed
fix host for api in .env.ci
1 parent eba2a0e commit 6d9329d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ JWT_SECRET=SECRET
1010
CSRF_SECRET=SECRET
1111

1212
# fastapi runs on port 10000 in via `make run`
13-
API_URL="http://localhost:10000"
13+
API_URL=http://0.0.0.0:10000
1414

1515
# set user via init_data.py
1616
SUPERUSER_NAME="Admin Superuser"

0 commit comments

Comments
 (0)