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

6 lines
162 B
JSON
Raw Normal View History

{
"var_postgresql_for_wiki_js_username": "wiki_js_user",
"var_postgresql_for_wiki_js_password": "REPLACE_ME",
"var_postgresql_for_wiki_js_schema": "wiki_js"
}