add PATHFINDER_SOCKET_HOST to .env.example

This commit is contained in:
greg2010 2022-08-23 20:46:20 -04:00
parent efa20c6ae0
commit 2b6df18a9a
No known key found for this signature in database
GPG key ID: 900A237110AFCA71

View file

@ -13,7 +13,7 @@ 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_HOST="pathfinder-socket"
PATHFINDER_SOCKET_PORT="5555"
SMTP_HOST=""
SMTP_PORT=""