mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
547ac6f2ce
commit
bc5aa53ed9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user