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

8 lines
269 B
JSON
Raw Normal View History

{
"var_postgresql_for_zeitbild_username": "zeitbild_user",
"var_postgresql_for_zeitbild_password": "REPLACE_ME",
"var_postgresql_for_zeitbild_schema": "zeitbild",
"var_postgresql_for_zeitbild_git_reference": "master",
"var_postgresql_for_zeitbild_revision": "."
}