pathfinder-containers/.env.example

26 lines
862 B
Text
Raw Normal View History

2020-08-30 19:59:19 +12:00
DOMAIN=""
2021-10-25 14:56:17 -07:00
# Emails from Let's Encrypt about your certificate will go here
LE_EMAIL=""
2020-08-30 19:59:19 +12:00
APP_PASSWORD=""
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"
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=""
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,esi-search.search_structures.v1"
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=""
2023-04-14 19:42:44 +12:00
SMTP_ERROR=""