Skip to content

Commit

Permalink
Update listen address to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5ur3 committed Apr 29, 2024
1 parent 0f5edbf commit 5fb4191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class _Config:
sqlite_path = 'lazy_split.db'
sqlite_init_script_path = 'src/db/init.sql'
jwt_token_secret = None
bind_host = 'localhost'
bind_host = '0.0.0.0'
bind_port = 8000

def __init__(self):
Expand Down

0 comments on commit 5fb4191

Please sign in to comment.