Skip to content

Commit

Permalink
Merge branch 'master' into replace-subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
dborovcanin authored Aug 5, 2022
2 parents d22fc22 + 42c003b commit 6ceb2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MF_RABBITMQ_USER=mainflux
MF_RABBITMQ_PASS=mainflux
MF_RABBITMQ_COOKIE=mainflux
MF_RABBITMQ_VHOST=/
MF_RABBITMQ_URL=amqp://${MF_RABBITMQ_USER}:${MF_RABBITMQ_PASS}@broker:${MF_RABBITMQ_PORT}${MF_MF_RABBITMQ_VHOST}
MF_RABBITMQ_URL=amqp://${MF_RABBITMQ_USER}:${MF_RABBITMQ_PASS}@broker:${MF_RABBITMQ_PORT}${MF_RABBITMQ_VHOST}

## Redis
MF_REDIS_TCP_PORT=6379
Expand Down Expand Up @@ -70,7 +70,7 @@ MF_USERS_DB=users
MF_USERS_ADMIN_EMAIL=admin@example.com
MF_USERS_ADMIN_PASSWORD=12345678
MF_USERS_RESET_PWD_TEMPLATE=users.tmpl
MF_USERS_PASS_REGEX=^.{8,}$
MF_USERS_PASS_REGEX=^.{8,}$$
MF_USERS_ALLOW_SELF_REGISTER=true

### Email utility
Expand Down

0 comments on commit 6ceb2e1

Please sign in to comment.