root/luci/trunk/libs/web/root/etc/config/luci @ 5138

Revision 5138, 0.7 KB (checked in by jow, 4 years ago)

libs/web: use C templates by default

Line 
1config core main
2    option lang auto
3    option mediaurlbase /luci-static/openwrt.org
4    option resourcebase /luci-static/resources
5   
6config 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   
15config internal languages
16   
17config internal sauth
18    option sessionpath "/tmp/luci-sessions"
19    option sessiontime 3600
20   
21config internal ccache
22    option enable 1
23
24config internal template
25    option compiler_mode memory
26    option compiledir "/tmp/luci-templatecache"
27       
28config internal themes
Note: See TracBrowser for help on using the browser.