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

6 lines
147 B
JSON
Raw Normal View History

2024-06-01 16:41:29 +02:00
{
"var_postgresql_for_espe_username": "espe_user",
"var_postgresql_for_espe_password": "REPLACE_ME",
"var_postgresql_for_espe_schema": "espe"
}