3a909867af
VPN/DNS/Vault → nanode/t3.micro, Matrix → g6-standard-2/t3.medium, Cloud/Media/Email → g6-standard-1/t3.small, All-in-One → g6-standard-2/t3.medium. Previously all services used the same provider-level default (often pulled from c2itall vars), which meant a WireGuard VPN would default to g6-standard-2. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
461 B
Bash
16 lines
461 B
Bash
# Phantom — Provider Credentials
|
|
# Copy to .env and fill in your values.
|
|
# These are loaded automatically in standalone mode.
|
|
# Env vars take priority over values here.
|
|
|
|
# Linode
|
|
LINODE_TOKEN=
|
|
LINODE_REGION=us-east
|
|
# LINODE_PLAN= (auto-selected per service; override here to force a specific plan)
|
|
|
|
# AWS
|
|
AWS_ACCESS_KEY_ID=
|
|
AWS_SECRET_ACCESS_KEY=
|
|
AWS_REGION=us-east-1
|
|
# AWS_INSTANCE_TYPE= (auto-selected per service; override here to force a specific type)
|