aboutsummaryrefslogtreecommitdiff
path: root/net/etebase/files/uci.cfg
blob: 66aaf227037288273b60928e72e03ca16ec03ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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'