merges changes
This commit is contained in:
commit
43cd481310
11 changed files with 136 additions and 50 deletions
20
.env.example
20
.env.example
|
|
@ -1,10 +1,26 @@
|
|||
PROJECT_ROOT=""
|
||||
CONTAINER_NAME="pf"
|
||||
DOMAIN=""
|
||||
# Emails from Let's Encrypt about your certificate will go here
|
||||
LE_EMAIL=""
|
||||
APP_PASSWORD=""
|
||||
MYSQL_HOST="mariadb"
|
||||
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"
|
||||
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,esi-search.search_structures.v1"
|
||||
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"
|
||||
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