add mysql and redis hosts to .env.example
This commit is contained in:
parent
ba11d2a3ab
commit
efa20c6ae0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
PROJECT_ROOT=""
|
PROJECT_ROOT=""
|
||||||
DOMAIN=""
|
DOMAIN=""
|
||||||
APP_PASSWORD=""
|
APP_PASSWORD=""
|
||||||
MYSQL_HOST=""
|
MYSQL_HOST="mariadb"
|
||||||
MYSQL_PORT="3306"
|
MYSQL_PORT="3306"
|
||||||
MYSQL_USER="root"
|
MYSQL_USER="root"
|
||||||
MYSQL_PASSWORD=""
|
MYSQL_PASSWORD=""
|
||||||
MYSQL_PF_DB_NAME="pathfinder"
|
MYSQL_PF_DB_NAME="pathfinder"
|
||||||
MYSQL_UNIVERSE_DB_NAME="eve_universe"
|
MYSQL_UNIVERSE_DB_NAME="eve_universe"
|
||||||
MYSQL_CCP_DB_NAME="eve_lifeblood_min"
|
MYSQL_CCP_DB_NAME="eve_lifeblood_min"
|
||||||
REDIS_HOST=""
|
REDIS_HOST="redis"
|
||||||
REDIS_PORT="6379"
|
REDIS_PORT="6379"
|
||||||
CCP_SSO_CLIENT_ID=""
|
CCP_SSO_CLIENT_ID=""
|
||||||
CCP_SSO_SECRET_KEY=""
|
CCP_SSO_SECRET_KEY=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue