infrastructure/roles/postgresql-for-zeitbild_backend/defaults/main.json

9 lines
366 B
JSON
Raw Permalink Normal View History

{
"var_postgresql_for_zeitbild_username": "zeitbild_user",
"var_postgresql_for_zeitbild_password": "REPLACE_ME",
"var_postgresql_for_zeitbild_schema": "zeitbild",
2025-09-29 19:30:51 +02:00
"var_postgresql_for_zeitbild_git_repository_url": "https://forgejo.ramsch.sx/zeitbild/datamodel",
"var_postgresql_for_zeitbild_git_reference": "main",
"var_postgresql_for_zeitbild_revision": "."
}