7 lines
No EOL
268 B
Text
7 lines
No EOL
268 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
|
|
CELERY_BROKER=redis+socket:///vk/vk.socket
|
|
CELERY_BACKEND=redis+socket:///vk/vk.socket |