15 lines
445 B
Plaintext
15 lines
445 B
Plaintext
# ------------------------------
|
|
# Redis Configuration
|
|
# ------------------------------
|
|
REDIS_URL=redis://username:your_password@HOST:PORT
|
|
|
|
# ------------------------------
|
|
# Gitea Configuration
|
|
# ------------------------------
|
|
GITEA_API_URL=https://git.mworld.cloud/api/v1
|
|
|
|
# Scopes required: 'repo' (to create repos and push code)
|
|
GITEA_TOKEN=github_username
|
|
|
|
# The Gitea username associated with the token above
|
|
GITEA_USERNAME=gitea_username |