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.
gitea-drone-ci/.env

20 lines
402 B

# DATABASE
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
# GITEA
GITEA_SSH_PORT=
#DRONE_SERVER_PORT=
#DRONE_SECRET=
ROOT_URL="https://git.mondomaine.tld"
SSH_DOMAIN="git.mondomaine.tld"
DOMAIN="git.mondomaine.tld"
# DRONE
DRONE_GITEA_SERVER="https://git.mondomaine.tld"
DRONE_GITEA_CLIENT_ID=""
DRONE_GITEA_CLIENT_SECRET=""
DRONE_RPC_SECRET=""
DRONE_GITEA_GIT_USERNAME=""
DRONE_GITEA_GIT_PASSWORD=""