Files
aggios.app/.env

18 lines
320 B
Bash

# Database
DB_USER=aggios
DB_PASSWORD=changeme
DB_NAME=aggios_db
# Redis
REDIS_PASSWORD=changeme
# MinIO
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=changeme
# JWT
JWT_SECRET=your-super-secret-jwt-key-change-me-in-production
# CORS
CORS_ALLOWED_ORIGINS=http://localhost,http://dash.localhost,http://api.localhost