Update configuration.md (#91)
This commit is contained in:
parent
d574be9e89
commit
ac544738a2
|
@ -7,8 +7,6 @@ This document covers the available configuration options, their defaults, and ho
|
||||||
Here is an expanded config file which includes all possible configurations:
|
Here is an expanded config file which includes all possible configurations:
|
||||||
|
|
||||||
```
|
```
|
||||||
adminUsername: admin
|
|
||||||
adminPassword: admin
|
|
||||||
server:
|
server:
|
||||||
CreateUserDir: false
|
CreateUserDir: false
|
||||||
UserHomeBasePath: ""
|
UserHomeBasePath: ""
|
||||||
|
@ -27,6 +25,8 @@ server:
|
||||||
database: "/database/database.db"
|
database: "/database/database.db"
|
||||||
root: "/srv"
|
root: "/srv"
|
||||||
auth:
|
auth:
|
||||||
|
adminUsername: admin
|
||||||
|
adminPassword: admin
|
||||||
recaptcha:
|
recaptcha:
|
||||||
host: ""
|
host: ""
|
||||||
key: ""
|
key: ""
|
||||||
|
@ -69,8 +69,6 @@ userDefaults:
|
||||||
Here are the defaults if nothing is set:
|
Here are the defaults if nothing is set:
|
||||||
|
|
||||||
```
|
```
|
||||||
adminUsername: admin
|
|
||||||
adminPassword: admin
|
|
||||||
server:
|
server:
|
||||||
enableThumbnails: true
|
enableThumbnails: true
|
||||||
enableExec: false
|
enableExec: false
|
||||||
|
@ -82,6 +80,8 @@ server:
|
||||||
log: stdout
|
log: stdout
|
||||||
root: /srv
|
root: /srv
|
||||||
auth:
|
auth:
|
||||||
|
adminUsername: admin
|
||||||
|
adminPassword: admin
|
||||||
method: password
|
method: password
|
||||||
recaptcha:
|
recaptcha:
|
||||||
host: ""
|
host: ""
|
||||||
|
|
Loading…
Reference in New Issue