Merge pull request #7038 from SpiritLevel/patch-1

Update 03_Environment_Management.md
This commit is contained in:
Loz Calver 2017-06-20 09:04:42 +01:00 committed by GitHub
commit 4d73982263
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ SilverStripe core environment variables are listed here, though you're free to d
| Name | Description |
| ---- | ----------- |
| `SS_DATABASE_CLASS` | The database class to use, MySQLPDODatabase, MySQLDatabase, MSSQLDatabase, etc. defaults to MySQLDatabase.|
| `SS_DATABASE_CLASS` | The database class to use, MySQLPDODatabase, MySQLDatabase, MSSQLDatabase, etc. defaults to MySQLPDODatabase.|
| `SS_DATABASE_SERVER`| The database server to use, defaulting to localhost.|
| `SS_DATABASE_USERNAME`| The database username (mandatory).|
| `SS_DATABASE_PASSWORD`| The database password (mandatory).|