mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
etesync-server: rename to etebase
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
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'
|
||||
Reference in New Issue
Block a user