dafiti-rabbit-hutch 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config.yaml +14 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4988e066462827b4bec2923fe80efa7019b497e769658a61d85b7c0876ece728
|
4
|
+
data.tar.gz: d19fd550bf7f0f5b4cea3b029fc9ab98ed79cedb99a7fc1db60db7a344818e08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a67d149dd23f58060b4c395bb5fabca1c93959f5925600dfe8ee8c91eed0016e20b22bbd7c54b0a912a88658c9402c5fe607a3b5f78a429c88fc8dd367d4c42
|
7
|
+
data.tar.gz: 3dfd2f2afab7013771fd5109e64dfd01df4b1fd25fd5d2feb1356a12e55a0ee89c1991a0e2b939e128320b2274729346528ba118dbb72da456b5502aaa2420f6
|
data/config.yaml
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
application:
|
3
|
+
exchangename: amq.rabbitmq.trace
|
4
|
+
queuename: rabbithutch
|
5
|
+
rabbitmq:
|
6
|
+
hosts:
|
7
|
+
- displayname: local1
|
8
|
+
enabled: true
|
9
|
+
hostname: localhost
|
10
|
+
username: admin
|
11
|
+
password: admin
|
12
|
+
consumers_config:
|
13
|
+
consumers:
|
14
|
+
- name: console_consumer
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dafiti-rabbit-hutch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luiz Bartolomeu
|
@@ -248,6 +248,7 @@ files:
|
|
248
248
|
- README.md
|
249
249
|
- bin/rabbithutch
|
250
250
|
- bin/rabbithutchweb
|
251
|
+
- config.yaml
|
251
252
|
- web/public/assets/css/bootstrap-responsive.css
|
252
253
|
- web/public/assets/css/bootstrap-responsive.min.css
|
253
254
|
- web/public/assets/css/bootstrap.css
|