From 2b6df18a9af686673154ea0502b66cf164ca754a Mon Sep 17 00:00:00 2001 From: greg2010 Date: Tue, 23 Aug 2022 20:46:20 -0400 Subject: [PATCH] add PATHFINDER_SOCKET_HOST to .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index b4f8620..e092b9a 100644 --- a/.env.example +++ b/.env.example @@ -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=""