updated .env.example with compose project name and new EI scopes
This commit is contained in:
parent
b6003ea4dd
commit
2c4d343a49
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ DOMAIN=""
|
||||||
SERVER_NAME=""
|
SERVER_NAME=""
|
||||||
APP_PASSWORD=""
|
APP_PASSWORD=""
|
||||||
MYSQL_PASSWORD=""
|
MYSQL_PASSWORD=""
|
||||||
|
COMPOSE_PROJECT_NAME=""
|
||||||
#API KEYS
|
#API KEYS
|
||||||
CCP_SSO_CLIENT_ID=""
|
CCP_SSO_CLIENT_ID=""
|
||||||
CCP_SSO_SECRET_KEY=""
|
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"
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue