// NOOP! Framework core configuration
{
	"base": "/",
	"cache":
	{
		"default": 86400,
		"extensions": {},
		"targets": {}
	},
	"captcha":
	{
		"enabled": false,
		"score": 0.5,
		"secret": "",
		"sitekey": "",
		"type": ""
	},
	"database":
	{
		"host": "127.0.0.1",
		"name": "noop",
		"password": "",
		"persistent": true,
		"port": 3306,
		"type": "none",
		"user": "noop"
	},
	"debugCallstack": false,
	"debugMode": false,
	"defaultLangCode": "en",
	"defaultPage": "index.html",
	"git": "",
	"identity":
	{
		"ceo": "Noop Frameworkson",
		"ceoTitle": "No object oriented programming framework in PHP.",
		"city": "Random Datacenter",
		"country": "DEU",
		"email": "noop@example.com",
		"fax": "+01 234 567 890 13",
		"logoASCII": "NOOP! Framework",
		"mobile": "+01 987 654 321 09",
		"name": "NOOP! Framework",
		"street": "Random Rack 211",
		"telephone": "+01 234 567 890 12",
		"taxID": "US0123456789",
		"taxOffice": "Tax office Bielefeld :D",
		"type": "Company",
		"website": "noop.cisco211.de",
		"zipCode": "D-01234"
	},
	"security":
	{
		"forceHTTPS": false,
		"strictBrowser": false,
		"strictHTTPS": false,
		"strictIP": false,
		"useCSP": false
	},
	"session":
	{
		"domain": "name.tld",
		"enabled": true,
		"gc_divisor": 100,
		"gc_maxlifetime": 3600,
		"gc_probability": 1,
		"httpOnly": true,
		"lifetime": 3600,
		"name": "__noop",
		"path": "/",
		"sameSite": "Strict",
		"secure": true,
		"singleton": true
	},
	"template":
	{
		"name": "default",
		"permissions":
		{
			"callstack": false,
			"enabled": true,
			"logging": true,
			"strict": true,
			"user":
			{
				"constants": [],
				"functions": [],
				"variables": []
			}
		},
		"profiler": false
	},
	"title": "NOOP! Framework"
}
