chandler/chandler-example.yml

20 lines
399 B
YAML
Raw Normal View History

2020-05-29 21:49:16 +03:00
chandler:
debug: true
websiteUrl: null
rootApp: "root"
preferences:
appendExtension: "xhtml"
adminUrl: "/chandlerd"
exposeChandler: true
database:
dsn: "mysql:host=localhost;dbname=db"
user: "root"
password: "root"
security:
secret: ""
2020-08-20 20:08:48 +03:00
csrfProtection: "permissive"
2020-05-29 21:49:16 +03:00
sessionDuration: 14