Added missing required var for API path
This commit is contained in:
@@ -6,12 +6,12 @@ PUBLIC_AE_API_PROTOCOL=https
|
|||||||
PUBLIC_AE_API_SERVER=api.oneskyit.com
|
PUBLIC_AE_API_SERVER=api.oneskyit.com
|
||||||
PUBLIC_AE_API_BAK_SERVER=bak-api.oneskyit.com
|
PUBLIC_AE_API_BAK_SERVER=bak-api.oneskyit.com
|
||||||
PUBLIC_AE_API_PORT=443
|
PUBLIC_AE_API_PORT=443
|
||||||
|
PUBLIC_AE_API_PATH=
|
||||||
PUBLIC_AE_API_SECRET_KEY=XXXX
|
PUBLIC_AE_API_SECRET_KEY=XXXX
|
||||||
PUBLIC_AE_API_CRUD_SUPER_KEY=XXXX
|
PUBLIC_AE_API_CRUD_SUPER_KEY=XXXX
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Bootstrap key: used only for the unauthenticated site-domain lookup on first load.
|
# Bootstrap key: used only for the unauthenticated site-domain lookup on first load.
|
||||||
# Separate from the main API key — has limited permissions (no account_id required).
|
# Separate from the main API key — has limited permissions (no account_id required).
|
||||||
PUBLIC_AE_BOOTSTRAP_KEY=XXXX
|
PUBLIC_AE_BOOTSTRAP_KEY=XXXX
|
||||||
|
|||||||
@@ -6,12 +6,12 @@ PUBLIC_AE_API_PROTOCOL=https
|
|||||||
PUBLIC_AE_API_SERVER=test-api.oneskyit.com
|
PUBLIC_AE_API_SERVER=test-api.oneskyit.com
|
||||||
PUBLIC_AE_API_BAK_SERVER=api.oneskyit.com
|
PUBLIC_AE_API_BAK_SERVER=api.oneskyit.com
|
||||||
PUBLIC_AE_API_PORT=443
|
PUBLIC_AE_API_PORT=443
|
||||||
|
PUBLIC_AE_API_PATH=
|
||||||
PUBLIC_AE_API_SECRET_KEY=XXXX
|
PUBLIC_AE_API_SECRET_KEY=XXXX
|
||||||
PUBLIC_AE_API_CRUD_SUPER_KEY=XXXX
|
PUBLIC_AE_API_CRUD_SUPER_KEY=XXXX
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Bootstrap key: used only for the unauthenticated site-domain lookup on first load.
|
# Bootstrap key: used only for the unauthenticated site-domain lookup on first load.
|
||||||
# Separate from the main API key — has limited permissions (no account_id required).
|
# Separate from the main API key — has limited permissions (no account_id required).
|
||||||
PUBLIC_AE_BOOTSTRAP_KEY=XXXX
|
PUBLIC_AE_BOOTSTRAP_KEY=XXXX
|
||||||
|
|||||||
Reference in New Issue
Block a user