Files
onedev-deployment/.env.sample
2026-03-25 01:11:27 +08:00

13 lines
312 B
Plaintext

# Domain name for your OneDev instance
DOMAIN=git.yourdomain.com
# Email for Let's Encrypt certificate recovery.
# LEAVE BLANK if you do not want HTTPS/SSL and just want plain HTTP.
EMAIL=
# OneDev version tag
ONEDEV_VERSION=latest
# Port exposed to the host for Git SSH connections
SSH_PORT=6611