# This file will be generated automatically by Ansible # Do not edit manually - it will be overwritten # Database credentials (from AWS Secrets Manager) DB_USER=gitea DB_PASSWORD= DB_NAME=gitea # Gitea admin credentials (from AWS Secrets Manager) GITEA_ADMIN_USERNAME= GITEA_ADMIN_PASSWORD= GITEA_ADMIN_EMAIL= # AWS SES SMTP credentials (from AWS Secrets Manager) SMTP_HOST=email-smtp.eu-central-1.amazonaws.com SMTP_PORT=587 SMTP_USERNAME= SMTP_PASSWORD= ALERT_EMAIL=bleep.bloop@gmail.com