This commit is contained in:
Tommy Parnell
2021-07-08 17:55:47 -04:00
parent a39eed36bb
commit 075e197aa4
3 changed files with 80 additions and 1 deletions

View File

@@ -15,6 +15,10 @@
"description": "The Craft environment for this app.",
"value": "production"
},
"DB_SCHEMA": {
"description": "The database schema for this app.",
"value": "public"
},
"CRAFT_LICENSE_KEY": {
"description": "The contents of your Craft license key file. Preserve newlines!"
},