Belote/settings.example.py
2020-05-08 18:59:31 +00:00

6 lines
114 B
Python

# The public url for preventing
# Cross_origin bugs
PUBLIC_URL='127.0.0.1'
# Listen url
LISTEN_URL = '127.0.0.1'