ATStatus
ATStatus WikiLoading documentation...

Configuration

Environment variables and configuration options for ATStatus.

Initial Setup

When you first install the application, use the default credentials:

Setup Password: admin

⚠️ IMPORTANT: Change this password immediately after your first login!

Environment Variables

Create a .env file in the root directory with the following variables:

VariableDescriptionRequiredExample
DATABASE_URLDatabase connection stringYes"file:./dev.db"
ADMIN_PASSWORDAdmin console access passwordYes********
SESSION_SECRETSession cookie signing keyYes********
CRON_SECRETMonitor endpoint protectionYes********
GROQ_API_KEYAI features (Llama 3.1)No********
OPENAI_API_KEYAI features (GPT)No********

Security Notice

🔒 Never commit sensitive values to version control!

The following variables contain sensitive data and should be kept secret:

ADMIN_PASSWORDSESSION_SECRETCRON_SECRETGROQ_API_KEYOPENAI_API_KEY