SuiteCRM-Core/config/packages/framework.yaml

18 lines
331 B
YAML
Raw Normal View History

framework:
secret: '%env(APP_SECRET)%'
2020-02-17 08:09:45 +00:00
csrf_protection: true
#http_method_override: true
2020-02-17 08:09:45 +00:00
# Note: Session will only be started if you read or write from it.
session:
cookie_lifetime: null
handler_id: null
cookie_secure: auto
cookie_samesite: lax
php_errors:
log: true
assets:
base_path: '/'