packages/net/etebase/files/uci.cfg
Peter Stadler 49e053ac52 etesync-server: rename to etebase
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-12-20 22:00:13 +01:00

13 lines
307 B
INI

config django 'global'
option static_url 'static/'
option debug 'false'
config django 'allowed_hosts'
list uci_allow_all_ips_of 'loopback'
list uci_allow_all_ips_of 'lan'
# list allowed_host "example.com"
config django 'database'
option engine 'django.db.backends.sqlite3'
option name 'db.sqlite3'