pathfinder-containers/development/.env.development

10 lines
540 B
Text
Raw Normal View History

2021-09-05 13:27:54 +12:00
CONTAINER_NAME="pfdev"
DOMAIN="localhost"
SERVER_NAME="PFDEV"
APP_PASSWORD="DEVPASSWORD"
MYSQL_PASSWORD="PASSWORD"
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"
XDEBUG_CONFIG="remote_host=host.docker.internal remote_port=9000 remote_enable=1"