mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-10 18:34:09 +08:00
14 lines
292 B
YAML
14 lines
292 B
YAML
server:
|
|
port: 8989
|
|
database: "/etc/filebrowser-q/database.db"
|
|
sources:
|
|
- path: "/" # Do not use a root "/" directory or include the "/var" folder
|
|
config:
|
|
defaultEnabled: true
|
|
auth:
|
|
adminUsername: admin
|
|
adminPassword: "admin"
|
|
userDefaults:
|
|
ui:
|
|
locale: "zhCN"
|