1de2144f1ee4bd04474fc50f33ae943b8abd4513
[project/luci.git] / libs / uvl / root / lib / uci / schema / default / system
1 package system
2
3 config section
4         option name     'system'
5         option title    'General system configuration'
6         option package  'system'
7         option unique   true
8         option required true
9
10 config variable
11         option name     'hostname'
12         option title    'Local hostname'
13         option section  'system.system'
14         option datatype 'hostname'
15         option required true
16
17 config variable
18         option name     'timezone'
19         option title    'Option timezone'
20         option section  'system.system'
21         option required true