Skip to content

Commit 731fdc2

Browse files
committed
Revert "promoting parameters to config"
This reverts commit 5f9c766.
1 parent b73c391 commit 731fdc2

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

app/config/config.yml

-37
Original file line numberDiff line numberDiff line change
@@ -96,40 +96,3 @@ hwi_oauth:
9696
client_secret: %github.client_secret%
9797

9898
nelmio_solarium: ~
99-
100-
old_sound_rabbit_mq:
101-
connections:
102-
default:
103-
host: 'localhost'
104-
port: 5672
105-
user: 'guest'
106-
password: 'guest'
107-
vhost: '/'
108-
rpc_servers:
109-
update_packages:
110-
connection: default
111-
callback: packagist.background_package_updater
112-
add_packages:
113-
connection: default
114-
callback: packagist.background_package_adder
115-
rpc_clients:
116-
add_packages:
117-
connection: default
118-
update_packages:
119-
connection: default
120-
producers:
121-
add_packages:
122-
connection: default
123-
exchange_options:
124-
type: direct
125-
name: add-packages
126-
consumers:
127-
add_packages:
128-
connection: default
129-
queue_options:
130-
name: add-packages
131-
exchange_options:
132-
type: direct
133-
name: add-packages
134-
callback: packagist.background_package_upserter
135-
idle_timeout: 60

0 commit comments

Comments
 (0)