Files
gitea/.env.production
mguschin b4b7b4b636 .envs
2026-02-02 20:02:18 +03:00

17 lines
390 B
Plaintext

# Production Environment Configuration
# Database Configuration
DB_HOST=db:3306
DB_NAME=gitea
DB_USER=gitea
DB_PASSWORD=CHANGE_ME_STRONG_PASSWORD
MYSQL_ROOT_PASSWORD=CHANGE_ME_ROOT_PASSWORD
# Gitea Configuration
GITEA_DOMAIN=repos.guschin.info
GITEA_ROOT_URL=https://repos.guschin.info
GITEA_HTTP_PORT=3000
GITEA_SSH_PORT=22
# IMPORTANT: Update passwords before deploying to production!