Skip to content

Commit

Permalink
config: dev: Compatibilize attributes with stack
Browse files Browse the repository at this point in the history
In order to avoid the service breaking when runnnig on docker stack
this patch updates the development config so that the developer
don't need spend time investigating what's wrong before understand
the development is used to be customized.
  • Loading branch information
João Neto authored and netoax committed Apr 18, 2020
1 parent 999c938 commit e4b1a3c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions internal/config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,14 @@ server:

logger:
level: debug

users:
hostname: users
port: 8180

rabbitmq:
url: amqp://knot:knot@rabbitmq/

things:
hostname: things
port: 8182

0 comments on commit e4b1a3c

Please sign in to comment.