- deploy:dev/test/prod → build:docker:dev/test/prod to distinguish local Docker builds from remote server deploys - Add deploy:remote:test and deploy:remote:prod — SSH to linode.oneskyit.com and run deploy.sh on the server - Trailing whitespace cleanup in .env.*.default files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
619 B
Plaintext
20 lines
619 B
Plaintext
# One Sky IT's Aether Framework and System — DEV template (dev-*.oneskyit.com)
|
|
# Copy to .env.dev and fill in real values.
|
|
|
|
|
|
# Aether API access
|
|
PUBLIC_AE_API_PROTOCOL=https
|
|
PUBLIC_AE_API_SERVER=dev-api.oneskyit.com
|
|
PUBLIC_AE_API_BAK_SERVER=test-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
|
|
|