19 lines
613 B
Plaintext
19 lines
613 B
Plaintext
# One Sky IT's Aether Framework and System — PROD template (api.oneskyit.com)
|
|
# Copy to .env.prod and fill in real values.
|
|
|
|
# Aether API access
|
|
PUBLIC_AE_API_PROTOCOL=https
|
|
PUBLIC_AE_API_SERVER=api.oneskyit.com
|
|
PUBLIC_AE_API_BAK_SERVER=bak-api.oneskyit.com
|
|
PUBLIC_AE_API_PORT=443
|
|
PUBLIC_AE_API_PATH=
|
|
PUBLIC_AE_API_SECRET_KEY=XXXX
|
|
PUBLIC_AE_API_CRUD_SUPER_KEY=XXXX
|
|
|
|
|
|
|
|
# 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).
|
|
PUBLIC_AE_BOOTSTRAP_KEY=XXXX
|
|
PUBLIC_AE_NO_ACCOUNT_ID=No_Account_ID_Here
|