ansible-base/roles/postgresql-for-forgejo/defaults/main.json

6 lines
152 B
JSON
Raw Normal View History

2024-07-04 22:07:02 +02:00
{
"var_postgresql_for_gitea_username": "gitea_user",
"var_postgresql_for_gitea_password": "REPLACE_ME",
"var_postgresql_for_gitea_schema": "gitea"
}