Merge pull request #271 from mandrew/patch-2

Set environment type in example
This commit is contained in:
Garion Herman 2020-07-27 10:36:02 +12:00 committed by GitHub
commit daa0bf08ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ SS_DATABASE_SERVER="localhost"
SS_DATABASE_USERNAME="<user>"
SS_DATABASE_PASSWORD="<password>"
SS_DATABASE_NAME="<database>"
# WARNING: in a live environent, change this to "live" instead of dev
SS_ENVIRONMENT_TYPE="dev"