mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
6 lines
254 B
Python
6 lines
254 B
Python
# Configuration for the datanommer consumer. A plugin for the fedmsg-hub process.
|
|
config = {
|
|
'datanommer.enabled': True,
|
|
'datanommer.sqlalchemy.url': 'postgresql://{{ datanommerDBUser }}:{{ datanommerDBPassword }}@db-datanommer02/datanommer',
|
|
}
|