8 lines
141 B
Bash
8 lines
141 B
Bash
# Gitea configuration
|
|
GITEA_URL=https://git.carmona.digital
|
|
GITEA_TOKEN=your_gitea_token_here
|
|
|
|
# Server configuration
|
|
PORT=8000
|
|
HOST=0.0.0.0
|