10 lines
No EOL
273 B
INI
10 lines
No EOL
273 B
INI
#################################### Server ####################################
|
|
[server]
|
|
protocol = http
|
|
http_port = 80
|
|
enable_gzip = true
|
|
|
|
#################################### Anonymous Auth ######################
|
|
[auth.anonymous]
|
|
# enable anonymous access
|
|
enabled = true |