{
	"------------":"Please add app name below.------",
	"name":"Web Dotz",

	"------------":"Full system path on server.-------",
	"systemPath":"/Applications/MAMP/htdocs/DotzFramework",

	"------------":"http or https------",
	"httpProtocol":"http",

	"------------":"App URL. Leave trailing slashes and HTTP protocol out. Include subdomain(s).-------",
	"url":"localhost/DotzFramework",

	"------------":"Path to Controllers directory from application root.------------",
	"controllersDir":"src/App/Controllers",

	"------------":"Namespace of your Query definitions.------",
	"------------":"Usually set up in src/App/Queries.------",
	"------------":"Ensure namespace is included in composer's autoload settings.-----",
	"queryClassesNamespace":"App\\Queries",

	"------------":"Path to HTML view files from application root.-------",
	"viewsDir":"src/App/Views",

	"------------":"Enable XSS security check? Recommended.------",
	"xssCheck":true,

	"------------":"Enable CSRF checks? Recommended.------",
	"csrfCheck":true,

	"------------":"Enable tokenizition on forms? Ensures better protection against CSRF attacks.------",
	"formTokenization":true,

	"------------":"Used by CSRF tokens.------",
	"secretKey":"jkasdh89q8nkskjdha89789yhas"

}