8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# Gitea Registry Configuration
|
|
GITEA_REGISTRY_URL=gitea.example.com
|
|
GITEA_USERNAME=your-username
|
|
GITEA_PASSWORD=your-password
|
|
|
|
# Deployment path on server
|
|
DEPLOYMENT_PATH=/path/to/deployment
|