2021-10-25 07:19:55 +13:00
|
|
|
PROJECT_ROOT=""
|
2020-08-30 19:59:19 +12:00
|
|
|
DOMAIN=""
|
|
|
|
|
APP_PASSWORD=""
|
2022-08-23 20:43:27 -04:00
|
|
|
MYSQL_HOST="mariadb"
|
2022-08-02 00:36:56 -04:00
|
|
|
MYSQL_PORT="3306"
|
|
|
|
|
MYSQL_USER="root"
|
2020-08-30 19:59:19 +12:00
|
|
|
MYSQL_PASSWORD=""
|
2022-08-02 00:36:56 -04:00
|
|
|
MYSQL_PF_DB_NAME="pathfinder"
|
|
|
|
|
MYSQL_UNIVERSE_DB_NAME="eve_universe"
|
|
|
|
|
MYSQL_CCP_DB_NAME="eve_lifeblood_min"
|
2022-08-23 20:43:27 -04:00
|
|
|
REDIS_HOST="redis"
|
2022-08-02 00:36:56 -04:00
|
|
|
REDIS_PORT="6379"
|
2020-08-30 19:59:19 +12:00
|
|
|
CCP_SSO_CLIENT_ID=""
|
|
|
|
|
CCP_SSO_SECRET_KEY=""
|
2020-09-03 12:02:07 +02:00
|
|
|
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"
|
2022-08-23 20:46:20 -04:00
|
|
|
PATHFINDER_SOCKET_HOST="pathfinder-socket"
|
2022-08-02 00:36:56 -04:00
|
|
|
PATHFINDER_SOCKET_PORT="5555"
|
|
|
|
|
SMTP_HOST=""
|
|
|
|
|
SMTP_PORT=""
|
|
|
|
|
SMTP_SCHEME=""
|
|
|
|
|
SMTP_USER=""
|
|
|
|
|
SMTP_PASS=""
|
|
|
|
|
SMTP_FROM=""
|
|
|
|
|
SMTP_ERROR=""
|