renote_dac 0.0.161 → 0.0.162
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/renote_dac/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0dca3a59190ed001223e29899ed7d1ad9115fa0a7dd1f2c4c80b83f157e80293
|
4
|
+
data.tar.gz: f1a1f920f906e89ab9f43ea14ac312e73f498374665c6b31803a7536a59f7d62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 288f55fea34a757d312d7c7de5c8b0ce3f13e5e646da7e0b4bbc3d9c0e10fa40080da49e3d11bf629c086ceee2cc9de32725d1c992581c95bae8cd897a3903f7
|
7
|
+
data.tar.gz: 76780787d958edbaf737b671d0bc01637b4f95120b8dfbe3a3d4c7b4ee9df1e640f9e8c5da10f6e29f370df87c0f60dcd70b801f2a5c6cd3e0effcd3720487f5
|
data/README.md
CHANGED
@@ -110,18 +110,18 @@ You can attach RabbitMQ Bigwig to a Heroku application via the CLI
|
|
110
110
|
|
111
111
|
```bash
|
112
112
|
heroku addons:create rabbitmq-bigwig
|
113
|
-
|
113
|
+
$=> Adding rabbitmq-bigwig to sharp-mountain-4005... done, v18 (free)
|
114
114
|
```
|
115
115
|
|
116
116
|
Once you have added RabbitMQ Bigwig you will find `RABBITMQ_BIGWIG_TX_URL` and `RABBITMQ_BIGWIG_RX_URL` settings in the app configuration. These contain the canonical URLs used to access the newly provisioned RabbitMQ Bigwig service instance. You can confirm this using the `heroku config:get` command.
|
117
117
|
|
118
118
|
```bash
|
119
119
|
heroku config:get RABBITMQ_BIGWIG_RX_URL
|
120
|
-
amqp://user:pass@instance.ip/resourceid
|
120
|
+
$=> amqp://user:pass@instance.ip/resourceid
|
121
121
|
```
|
122
122
|
```bash
|
123
123
|
heroku config:get RABBITMQ_BIGWIG_TX_URL
|
124
|
-
amqp://user:pass@instance.ip/resourceid2
|
124
|
+
$=> amqp://user:pass@instance.ip/resourceid2
|
125
125
|
```
|
126
126
|
## Contributing
|
127
127
|
Contribution directions go here.
|
data/lib/renote_dac/version.rb
CHANGED