Adding SS_ENVIRONMENT_TYPE to documentation

Before running a dev/build the first time, you need to specify dev as your environment type. The variable wasn't mentioned as part of the list so I've added it. Let me know if it's not clear about the difference between the states, or it should be better documented here somehow.
This commit is contained in:
Michael Andrewartha 2020-01-13 22:59:06 +13:00 committed by GitHub
parent 547ac6f2ce
commit bc5aa53ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ SS_DATABASE_USERNAME="<user>"
SS_DATABASE_PASSWORD="<password>"
SS_DEFAULT_ADMIN_USERNAME="admin"
SS_DEFAULT_ADMIN_PASSWORD="password"
SS_ENVIRONMENT_TYPE="<dev|test|live>"
```
Now you should be able to build your database by running this command: