Skip to content

Commit

Permalink
fix(daphne): change bind address
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaumebeuzeboc committed Jan 25, 2024
1 parent 6f97637 commit 3bc489f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rock/local/launcher.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cd /lib/python3.10/site-packages/cos_registration_server
export DATABASE_BASE_DIR_DJANGO="/server_data"
export SECRET_KEY_DJANGO=$(cat /server_data/secret_key)

/bin/daphne cos_registration_server.asgi:application
/bin/daphne -b 0.0.0.0 cos_registration_server.asgi:application

0 comments on commit 3bc489f

Please sign in to comment.