Skip to content

Commit 71be57c

Browse files
authored
Remove whitespace characters (#16)
Prevents issues within linux, as it doesn't support whitespace within a line.
1 parent 34e64bc commit 71be57c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ LOGLEVEL=INFO
44
IBM_API_KEY='123'
55
IBM_WATSON_ENDPOINT='https://'
66

7-
RABBITMQ_HOST = 'rabbitmq'
8-
RABBITMQ_USERNAME = "test-user"
9-
RABBITMQ_PASSWORD = 'test-user'
7+
RABBITMQ_HOST='rabbitmq'
8+
RABBITMQ_USERNAME='test-user'
9+
RABBITMQ_PASSWORD='test-user'
1010

1111
RABBITMQ_PORT=5672
1212
RABBITMQ_ADMIN_PORT=15672

0 commit comments

Comments
 (0)