adds development versions
This commit is contained in:
parent
790407f552
commit
36f977d0b3
13 changed files with 223 additions and 483 deletions
9
development/.env.development
Normal file
9
development/.env.development
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue