added missing admin config option
This commit is contained in:
parent
0c1f6fe206
commit
a8a4771ca4
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ See the `scripts/` directory on how to install gowiki on Linux or OpenBSD.
|
||||||
"listen_addr": "127.0.0.1:8080", // listening <address>:<port>
|
"listen_addr": "127.0.0.1:8080", // listening <address>:<port>
|
||||||
"log_file": "gowiki.log", // log file (use - for stdout, this only works in combination with 'foreground: true')
|
"log_file": "gowiki.log", // log file (use - for stdout, this only works in combination with 'foreground: true')
|
||||||
"secret": "", // static hmac secret (at least 64 chars, used for JWT signing)
|
"secret": "", // static hmac secret (at least 64 chars, used for JWT signing)
|
||||||
|
"admin": true, // set to false to disable the default admin user
|
||||||
"foreground": false, // do not fork into the background
|
"foreground": false, // do not fork into the background
|
||||||
"secure_cookie": false, // enable secure cookie flag
|
"secure_cookie": false, // enable secure cookie flag
|
||||||
"debug": false // enable debugging
|
"debug": false // enable debugging
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue