ansible-base/roles/postgresql-for-gitea/defaults/main.json
2024-07-04 22:07:02 +02:00

6 lines
152 B
JSON

{
"var_postgresql_for_gitea_username": "gitea_user",
"var_postgresql_for_gitea_password": "REPLACE_ME",
"var_postgresql_for_gitea_schema": "gitea"
}