test/bin/.env
2023-07-13 20:27:30 +00:00

27 lines
598 B
Bash
Executable File

# Domain name
DOMAIN="f11230a1.federatedcomputer.cloud"
# Company name
COMPANY="f11230a1 Federated Core"
# Country Code (US, HK, GB, JP, etc)
COUNTRY="US"
# Where to send welcome e-mail
EMAIL="derek@federated.computer"
# Admin password
ADMINPASS="password123"
# Listmonk password
LISTMONKPASS="password123"
# Backblaze KeyID (Master Key) for backups
B2_APPLICATION_KEY_ID="3239c6765fdc"
# Backblaze Application Key for backups
B2_APPLICATION_KEY="0050ac8837466cbca0e0aa574b5f8332f706a5e26c"
# Email address for alerts on services that fail to start
ALERTS_EMAIL="alerts@federated.computer"