libs/web: use C templates by default
[project/luci.git] / libs / web / root / etc / config / luci
1 config core main
2 option lang auto
3 option mediaurlbase /luci-static/openwrt.org
4 option resourcebase /luci-static/resources
5
6 config extern flash_keep
7 option uci "/etc/config/"
8 option dropbear "/etc/dropbear/"
9 option openvpn "/etc/openvpn/"
10 option passwd "/etc/passwd"
11 option opkg "/etc/opkg.conf"
12 option firewall "/etc/firewall.user"
13 option uploads "/lib/uci/upload/"
14
15 config internal languages
16
17 config internal sauth
18 option sessionpath "/tmp/luci-sessions"
19 option sessiontime 3600
20
21 config internal ccache
22 option enable 1
23
24 config internal template
25 option compiler_mode memory
26 option compiledir "/tmp/luci-templatecache"
27
28 config internal themes