cyberstammtisch-silverstripe/.env.example
2021-10-20 13:45:30 +02:00

12 lines
434 B
Text
Executable file

# For a complete list of core environment variables see
# https://docs.silverstripe.org/en/4/getting_started/environment_management/#core-environment-variables
# DB credentials
SS_DATABASE_CLASS="MySQLDatabase"
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"