5 lines
181 B
Text
5 lines
181 B
Text
|
WG_INTERFACE=wg0
|
||
|
#False for production True for testing and debugging
|
||
|
DEBUG=False
|
||
|
#See here https://docs.djangoproject.com/en/5.1/ref/settings/#allowed-hosts
|
||
|
ALLOWED_HOSTS=127.0.0.1
|