Fix typo in the Planet RabbitMQ user

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-04-10 14:38:40 +02:00
parent d884a0f8ba
commit f6cbc5c6fc
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -1,4 +1,4 @@
amqp_url = "amqps://pungi{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
amqp_url = "amqps://planet{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
{% if env == "staging" %}
topic_prefix = "org.fedoraproject.stg"