Un SCM open source avec du CI/CD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
205 B

# DATABASE
POSTGRES_DB=gitea-db
POSTGRES_USER=gitea
POSTGRES_PASSWORD=password
# GITEA
GITEA_SSH_PORT=2222
ROOT_URL="https://git.mondomaine.tld"
SSH_DOMAIN="git.mondomaine.tld"
DOMAIN="git.mondomaine.tld"