Add replication_password to the postgresql credentials

This commit is contained in:
Greg Karékinian 2020-05-13 15:35:34 +02:00
parent 51b23c2f47
commit f3f8e47cce

View File

@ -1,23 +1,30 @@
{ {
"id": "postgresql", "id": "postgresql",
"ejabberd_user_password": { "ejabberd_user_password": {
"encrypted_data": "s31aNIv9ZTlU8cVXMDUB79Iv+EozZS1NSZVU5ey9xpBf2WYohpSqni/5Wg==\n", "encrypted_data": "egFuX4xov+JZUq/GUbCBEQUnxDKczzxdJiYeRDisNEIVPYLNO/piG701sw==\n",
"iv": "a3LWKNYmUZfSMc1Y\n", "iv": "G0JpgKtcPnTQ5d6v\n",
"auth_tag": "3P+WFcDw/R1d983g7YoFUw==\n", "auth_tag": "NoNoLmZZT+2qgIuDBEdGKQ==\n",
"version": 3, "version": 3,
"cipher": "aes-256-gcm" "cipher": "aes-256-gcm"
}, },
"server_password": { "server_password": {
"encrypted_data": "w7zghEF+DjUhS59cze+qviqDcy8mQpIgW6olHabas1IH4t0z+IQ7\n", "encrypted_data": "vJ3cK8vzUKI97YJVLE11I9Ti/Z3Rits+UQjIDZMZDx4cvTiGN0QX\n",
"iv": "ppqOzJGczWtwGRnX\n", "iv": "ENFE12MnoSta++6j\n",
"auth_tag": "2Lhqw7Rhm35HcltsDtaJIw==\n", "auth_tag": "JbeVb+zdrkHvj9g9end/2Q==\n",
"version": 3, "version": 3,
"cipher": "aes-256-gcm" "cipher": "aes-256-gcm"
}, },
"mastodon_user_password": { "mastodon_user_password": {
"encrypted_data": "84UPPmtNh/5MH6u4svMPhRHBGK1GFnP4G2tk/a+wQLNxSB8FlDsTuqSC2A==\n", "encrypted_data": "PTCEBIB+qYe+lBoFjgLxendhx2ccJJ4UbUEwnPf8MT39fsF9MFQwFiytvg==\n",
"iv": "UBl2ILWCc2WKcN6d\n", "iv": "j59Ndhijtj/YQNp5\n",
"auth_tag": "NF/xcK0tmvbBo1dDFhOf7w==\n", "auth_tag": "bbdA+OmJvTfjwNHzrF19tg==\n",
"version": 3,
"cipher": "aes-256-gcm"
},
"replication_password": {
"encrypted_data": "OFLn4FHP8BbCgBJzlqG+Zo3wjzXtklyKgk3OBKdkcUzzgno=\n",
"iv": "xHiYpKX90SF7Blqi\n",
"auth_tag": "VO/xnf+N+zX6F3DQ8EdSBQ==\n",
"version": 3, "version": 3,
"cipher": "aes-256-gcm" "cipher": "aes-256-gcm"
} }