mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9370 from mandrew/patch-4
Adding SS_ENVIRONMENT_TYPE to documentation
This commit is contained in:
commit
0567dce72f
@ -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