Skip to content

Commit

Permalink
Remove whitespace characters (#16)
Browse files Browse the repository at this point in the history
Prevents issues within linux, as it doesn't support whitespace within a line.
  • Loading branch information
amitkparekh authored Feb 6, 2021
1 parent 34e64bc commit 71be57c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ LOGLEVEL=INFO
IBM_API_KEY='123'
IBM_WATSON_ENDPOINT='https://'

RABBITMQ_HOST = 'rabbitmq'
RABBITMQ_USERNAME = "test-user"
RABBITMQ_PASSWORD = 'test-user'
RABBITMQ_HOST='rabbitmq'
RABBITMQ_USERNAME='test-user'
RABBITMQ_PASSWORD='test-user'

RABBITMQ_PORT=5672
RABBITMQ_ADMIN_PORT=15672
Expand Down

0 comments on commit 71be57c

Please sign in to comment.