Skip to content

Commit

Permalink
Sort env.ini for easier comparison
Browse files Browse the repository at this point in the history
Plan to sort out this config insanity soon
  • Loading branch information
calpaterson committed Oct 7, 2020
1 parent 53c2bee commit 1cece31
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/server/tests/test-data/env.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[env]
QM_SQL_URL=sqlite:///:memory:
QM_PASSWORD=password
QM_SECRET_KEY=secret_key
QM_RESPONSE_BODY_BUCKET_NAME=test_bucket
QM_AWS_SECRET_ACCESS_KEY=a
QM_AWS_ACCESS_KEY=b
QM_AWS_REGION_NAME=c
QM_AWS_S3_ENDPOINT_URL=c
QM_RABBITMQ_URL=amqp:///test
QM_AWS_SECRET_ACCESS_KEY=a
QM_MISSIVE_SQLITE_DLQ_CONNSTRING=:memory:
QM_PASSWORD=password
QM_RABBITMQ_BG_WORKER_TOPIC=bg_q
QM_MISSIVE_SQLITE_DLQ_CONNSTRING=:memory:
QM_RABBITMQ_URL=amqp:///test
QM_RESPONSE_BODY_BUCKET_NAME=test_bucket
QM_SECRET_KEY=secret_key
QM_SQL_URL=sqlite:///:memory:

0 comments on commit 1cece31

Please sign in to comment.