22 lines
589 B
Plaintext
22 lines
589 B
Plaintext
# Example Environment Configuration
|
|
# Copy this file to .env and update the values as needed
|
|
|
|
# Database Configuration (external, managed separately)
|
|
DB_HOST=db-host:3306
|
|
DB_NAME=gitea
|
|
DB_USER=gitea
|
|
DB_PASSWORD=change_me_database_password
|
|
|
|
# Gitea Configuration
|
|
GITEA_DOMAIN=localhost
|
|
GITEA_ROOT_URL=http://localhost:3000
|
|
GITEA_HTTP_PORT=3000
|
|
GITEA_SSH_PORT=2222
|
|
|
|
# For production (repos.guschin.info):
|
|
# GITEA_DOMAIN=repos.guschin.info
|
|
# GITEA_ROOT_URL=https://repos.guschin.info
|
|
# GITEA_HTTP_PORT=3000
|
|
# GITEA_SSH_PORT=2222
|
|
# GITEA_SSH_LISTEN_PORT = 2222
|
|
# GITEA_START_SSH_SERVER = true |