mirror of
https://github.com/openvk/chandler.git
synced 2024-11-14 19:19:11 +03:00
011a88d3ce
* DBEntity.php with logs * Fix * Update DBEntity.php * Fix 2.0 * Update Log.php * Update Log.php * Update Log.php
27 lines
604 B
YAML
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
|