chandler/chandler-example.yml
2022-01-09 23:46:27 +01:00

24 lines
453 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