Correction in Ghost config.

This commit is contained in:
2025-03-21 06:33:44 -04:00
parent 0f6795d296
commit 8371737c46
@@ -9,7 +9,7 @@
"host" : "mariadb", "host" : "mariadb",
"user" : "ghost", "user" : "ghost",
"password" : "{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['GHOST_DB_PASSWORD'] }}", "password" : "{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['GHOST_DB_PASSWORD'] }}",
"database" : "ghost" "database" : "ghost_db"
} }
}, },
"mail": { "mail": {