Typo fixes in Ghost config.
This commit is contained in:
@@ -7,13 +7,14 @@
|
|||||||
"client": "mysql",
|
"client": "mysql",
|
||||||
"connection": {
|
"connection": {
|
||||||
"host" : "mariadb",
|
"host" : "mariadb",
|
||||||
|
"port" : 3306,
|
||||||
"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_db"
|
"database" : "ghost_db"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mail": {
|
"mail": {
|
||||||
"from": "'Ghost @ Rinoa' <noreply@trez.wtf>"
|
"from": "'Ghost @ Rinoa' <noreply@trez.wtf>",
|
||||||
"transport": "SMTP",
|
"transport": "SMTP",
|
||||||
"options": {
|
"options": {
|
||||||
"host": "postal-smtp",
|
"host": "postal-smtp",
|
||||||
|
|||||||
Reference in New Issue
Block a user