feat(infra): replace RabbitMQ with LavinMQ
This commit is contained in:
@@ -33,6 +33,6 @@ spec:
|
||||
- key: "rds/postgres/prod-psql"
|
||||
value: '{"POSTGRES_URL": "postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable", "DB_HOST": "postgres", "DB_NAME": "postgres", "DB_PASSWORD": "postgres", "DB_PORT": "5432", "DB_USERNAME": "postgres"}'
|
||||
- key: "mq/rabbit/prod"
|
||||
value: '{"AMQP_URL": "amqp://user:password@rabbitmq:5672/"}'
|
||||
value: '{"AMQP_URL": "amqp://guest:guest@lavinmq:5672/"}'
|
||||
- key: "services/schemas"
|
||||
value: '{"ISSUER": "auth0", "STRICT_SSL": "false"}'
|
||||
|
||||
Reference in New Issue
Block a user