chandler/chandler-example.yml
n1rwana 011a88d3ce
Add logs support to DBEntity (#14)
* DBEntity.php with logs

* Fix

* Update DBEntity.php

* Fix 2.0

* Update Log.php

* Update Log.php

* Update Log.php
2023-08-11 16:42:40 +03:00

27 lines
604 B
YAML

chandler:
debug: true
websiteUrl: null
rootApp: "root"
preferences:
appendExtension: "xhtml"
adminUrl: "/chandlerd"
exposeChandler: true
logs:
enabled: true
entitiesNamespace: "openvk\\Web\\Models\\Entities\\"
extensions:
path: null
allEnabled: false
database:
dsn: "mysql:host=localhost;dbname=db"
user: "root"
password: "root"
security:
secret: ""
csrfProtection: "permissive"
extendedValidation: false
sessionDuration: 14