PHP Classes

File: src/config/universal.json.dist

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/config/universal.json.dist   Download  
File: src/config/universal.json.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Hard-code 'airship_token' for long-term auth.
Don't let users configure session indices.
Date: 7 years ago
Size: 965 bytes
 

Contents

Class file image Download
{ /* Universal Configuration for an Airship deployment */ "airship": { "trusted-supplier": "paragonie" }, "auto-update": { "ignore-peer-verification": false, "check": 3600, "major": false, "minor": false, "patch": true, "test": false }, "debug": true, "email": { "from": "noreply@travis-ci.org" }, "guest_groups": [ 1 ], "ledger": { "driver": "file", "path": "~\/tmp\/logs" }, "guzzle": [], "notary": { "channel": "paragonie", "enabled": true }, "rate-limiting": { "expire": 43200, "fast-exit": false, "first-delay": 0.25, "ipv4-subnet": 24, "ipv6-subnet": 48, "log-after": 3, "log-public-key": "", "max-delay": 30 }, "session_config": { "cookie_domain": "" }, "tor-only": false, "twig-cache": false }