Skip to content

Commit

Permalink
add missing env var to sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Buyantogtokh committed Dec 3, 2020
1 parent d75175c commit 585d4ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion engages-email-sender/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ MAIN_API_DOMAIN=http://localhost:3300

# MongoDB
MONGO_URL=mongodb://localhost/erxes-engages
TEST_MONGO_URL=mongodb://localhost/erxes-engages-test
TEST_MONGO_URL=mongodb://localhost/erxes-engages-test

# RabbitMQ
RABBITMQ_HOST=amqp://localhost
5 changes: 4 additions & 1 deletion logger/.env.sample
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
PORT=3800
MONGO_URL=mongodb://localhost/erxes_logs
MONGO_URL=mongodb://localhost/erxes_logs

# RabbitMQ
RABBITMQ_HOST=amqp://localhost

0 comments on commit 585d4ab

Please sign in to comment.