split images, pull more env vars out
This commit is contained in:
parent
6ea4fa0026
commit
804a5229ab
10 changed files with 78 additions and 46 deletions
18
.env.example
18
.env.example
|
|
@ -1,8 +1,24 @@
|
|||
PROJECT_ROOT=""
|
||||
CONTAINER_NAME="pf"
|
||||
DOMAIN=""
|
||||
APP_PASSWORD=""
|
||||
MYSQL_HOST=""
|
||||
MYSQL_PORT="3306"
|
||||
MYSQL_USER="root"
|
||||
MYSQL_PASSWORD=""
|
||||
MYSQL_PF_DB_NAME="pathfinder"
|
||||
MYSQL_UNIVERSE_DB_NAME="eve_universe"
|
||||
MYSQL_CCP_DB_NAME="eve_lifeblood_min"
|
||||
REDIS_HOST=""
|
||||
REDIS_PORT="6379"
|
||||
CCP_SSO_CLIENT_ID=""
|
||||
CCP_SSO_SECRET_KEY=""
|
||||
CCP_ESI_SCOPES="esi-location.read_online.v1,esi-location.read_location.v1,esi-location.read_ship_type.v1,esi-ui.write_waypoint.v1,esi-ui.open_window.v1,esi-universe.read_structures.v1,esi-corporations.read_corporation_membership.v1,esi-clones.read_clones.v1,esi-characters.read_corporation_roles.v1"
|
||||
PATHFINDER_SOCKET_HOST=""
|
||||
PATHFINDER_SOCKET_PORT="5555"
|
||||
SMTP_HOST=""
|
||||
SMTP_PORT=""
|
||||
SMTP_SCHEME=""
|
||||
SMTP_USER=""
|
||||
SMTP_PASS=""
|
||||
SMTP_FROM=""
|
||||
SMTP_ERROR=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue