potato-infra/group_vars/all.yml

11 lines
No EOL
324 B
YAML

---
# Domain & SSL Settings
domain_name: dev.oxnee.com
letsencrypt_email: stephen.lohning@oxnee.com
# Forgejo Settings
forgejo_version: "9.0.2"
forgejo_db_user: forgejo
forgejo_db_name: forgejo
# Note: Forgejo will prompt you for the DB password during the
# first web login, so we don't strictly need to hardcode it here.