tldtest.net/config.example.py
2024-03-26 22:30:07 +01:00

12 lines
176 B
Python

SECRET_KEY = 'xinxl8xx#j$)#5h#pbv3knyyq2d6o%j125rx==e7vz*#wsd32w'
DEBUG = True
ALLOWED_HOSTS = []
DBUSER = "tldtest"
DBPASSWORD = "clubmate2010"
CSRF_TRUSTED_ORIGINS = []