Move config.toml to pkgbuild dir

This commit is contained in:
Edgar P. Burkhart 2023-04-22 13:31:12 +02:00
parent 06c8cab4bf
commit 2d45fef975
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

13
pkgbuild/config.toml Normal file
View file

@ -0,0 +1,13 @@
secret_key = "dev_sDo6gl1Yf8GIE7XEA2B4xF841eMOpfG1"
debug = false
hosts = ["localhost"]
trusted_origins = ["http://localhost"]
time_zone = "CET"
[media]
root = "/var/lib/nummi"
[databases.default]
ENGINE = "django.db.backends.postgresql"
NAME = "nummi"
USER = "nummi"