mirror of
https://github.com/openvk/chandler.git
synced 2024-11-15 03:31:12 +03:00
23 lines
465 B
YAML
23 lines
465 B
YAML
chandler:
|
|
debug: true
|
|
websiteUrl: null
|
|
rootApp: "root"
|
|
|
|
preferences:
|
|
appendExtension: "xhtml"
|
|
adminUrl: "/chandlerd"
|
|
exposeChandler: true
|
|
|
|
extensions:
|
|
path: null
|
|
allEnabled: false
|
|
|
|
database:
|
|
dsn: "mysql:host=localhost;dbname=db"
|
|
user: "root"
|
|
password: "root"
|
|
|
|
security:
|
|
secret: ""
|
|
csrfProtection: "permissive"
|
|
sessionDuration: 14
|