Configure hubot/wormhole deployment

Adding another node.js hubot app. Wormhole is our new IRC/XMPP bridge.
This commit is contained in:
2019-07-30 09:09:19 +02:00
parent 60a6a9da73
commit c50c68b50c
3 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"id": "wormhole",
"nickserv_password": {
"encrypted_data": "cFY94NjfcqeBFUpPhg9PRJpty1x2Z9mWG0YBzv/jvao=\n",
"iv": "9CAeYa4XnwXjOtiO\n",
"auth_tag": "rjY9GyetAOkqpCuiFBdkag==\n",
"version": 3,
"cipher": "aes-256-gcm"
},
"xmpp_password": {
"encrypted_data": "d8H7G+ua0lYMIvAEMJ6FRAShsNsPqcfZd7TRfzaGSbg=\n",
"iv": "qYvOpTVigw4fZPA/\n",
"auth_tag": "/yYPrlS+n7ElYn7BC+5Fzg==\n",
"version": 3,
"cipher": "aes-256-gcm"
}
}