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

Revision 5322, 0.6 KB (checked in by jow, 4 years ago)

libs/web: drop the Lua template parser, the C implementation is faster in almost every case, even without caching

RevLine 
[2030]1config core main
[4037]2    option lang auto
[2194]3    option mediaurlbase /luci-static/openwrt.org
[2169]4    option resourcebase /luci-static/resources
[2139]5   
[2030]6config extern flash_keep
[3379]7    option uci      "/etc/config/"
8    option dropbear "/etc/dropbear/"
9    option openvpn  "/etc/openvpn/"
[2139]10    option passwd   "/etc/passwd"
[3379]11    option opkg     "/etc/opkg.conf"
[2139]12    option firewall "/etc/firewall.user"
[3535]13    option uploads  "/lib/uci/upload/"
[3146]14   
[2030]15config internal languages
[2210]16   
[2445]17config internal sauth
[3299]18    option sessionpath "/tmp/luci-sessions"
[2445]19    option sessiontime 3600
20   
[3137]21config internal ccache
22    option enable 1
[2030]23       
24config internal themes
Note: See TracBrowser for help on using the browser.