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:
| Variable | Description | Required | Example |
|---|---|---|---|
DATABASE_URL | Database connection string | Yes | "file:./dev.db" |
ADMIN_PASSWORD | Admin console access password | Yes | ******** |
SESSION_SECRET | Session cookie signing key | Yes | ******** |
CRON_SECRET | Monitor endpoint protection | Yes | ******** |
GROQ_API_KEY | AI features (Llama 3.1) | No | ******** |
OPENAI_API_KEY | AI 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