2022-06-13 11:26:32 +00:00
|
|
|
#################################### Server ####################################
|
|
|
|
[server]
|
|
|
|
protocol = http
|
2022-06-13 11:39:35 +00:00
|
|
|
http_port = 3000
|
2022-06-13 11:26:32 +00:00
|
|
|
enable_gzip = true
|
|
|
|
|
|
|
|
#################################### Anonymous Auth ######################
|
|
|
|
[auth.anonymous]
|
|
|
|
# enable anonymous access
|
|
|
|
enabled = true
|