Move config.toml to pkgbuild dir
This commit is contained in:
parent
06c8cab4bf
commit
2d45fef975
1 changed files with 0 additions and 0 deletions
13
pkgbuild/config.toml
Normal file
13
pkgbuild/config.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue