summaryrefslogtreecommitdiffstats
path: root/net/etesync-server/files/uci.cfg
blob: 12fd0f610112427e37a451176ab1c258e8640dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

config django 'global'
	option static_url '/etesync/static/' # TODO for django 3.1: "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'