mirror of
https://github.com/openvk/chandler.git
synced 2025-03-31 21:43:59 +03:00
24 lines
456 B
YAML
24 lines
456 B
YAML
debug: true
|
|
websiteUrl: null
|
|
rootApp: "root"
|
|
|
|
preferences:
|
|
appendExtension: "xhtml"
|
|
adminUrl: "/chandlerd"
|
|
exposeChandler: true
|
|
|
|
extensions:
|
|
allEnabled: false
|
|
available: "/extensions/available"
|
|
enabled: "/extensions/enabled"
|
|
|
|
database:
|
|
dsn: "mysql:host=localhost;dbname=db"
|
|
user: "root"
|
|
password: "root"
|
|
|
|
security:
|
|
secret: ""
|
|
csrfProtection: "permissive"
|
|
extendedValidation: false
|
|
sessionDuration: 14
|