13 lines
521 B
Plaintext
13 lines
521 B
Plaintext
# Gitea Creator Configuration
|
|
# Copy this file to .env and fill in your values
|
|
|
|
# Your Gitea personal access token
|
|
# You can create one in your Gitea settings under "Applications" -> "Manage Access Tokens"
|
|
GITEA_TOKEN=26e3b54850d1b433117c1494853ffcfab501c53b
|
|
|
|
# Your Gitea server API URL (include /api/v1 at the end)
|
|
# Examples:
|
|
# GITEA_API_URL=https://git.harvmaster.com/api/v1
|
|
# GITEA_API_URL=https://gitea.mycompany.com/api/v1
|
|
# GITEA_API_URL=https://codeberg.org/api/v1
|
|
GITEA_API_URL=https://git.harvmaster.com/api/v1 |