adds development versions

This commit is contained in:
soneill 2021-09-05 13:27:54 +12:00
parent 790407f552
commit 36f977d0b3
13 changed files with 223 additions and 483 deletions

View file

@ -0,0 +1,9 @@
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"