{
	"name": "Crunchbutton",
	"description": "crunchbutton and cockpit websites",
	"repository": "https://github.com/crunchbutton/crunchbutton",
	"addons": [
		"jawsdb-maria:leopard"
	],
	"env": {
		"DATABASE_URL": {
			"description": "Database to use. Set to null to use jawsdb",
			"required": true
		},
		"THEME": {
			"description": "seven (crunchbutton), or cockpit2 (cockpit)",
			"required": true
		},
		"USE_ENCRYPTION_KEY": {
			"description": "set to true to use the generated key",
			"required": false
		},
		"ENCRYPTION_KEY": {
			"description": "Encryption key for the db",
			"generator": "secret"
		},
		"ADMIN_NAME": {
			"description": "Name of the default admin",
			"required": false
		},
		"ADMIN_LOGIN": {
			"description": "Login of the default admin",
			"required": false
		},
		"ADMIN_PASSWORD": {
			"description": "Password of default admin",
			"required": false
		},
		"ADMIN_PHONE": {
			"description": "Phone # of the default admin for notifications",
			"required": false
		}
	},
	"scripts": {
		"postdeploy": "php cli/install.php"
	},
	"formation": {
		"web": {
			"quantity": 1,
			"size": "hobby"
		}
	}
}
