Skip to content

Commit

Permalink
feat: add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed Nov 29, 2023
1 parent 183697d commit 618e6c7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
INVENTORY_DB_USER=user01
INVENTORY_DB_PASSWORD=postgres
INVENTORY_DB_NAME=inventory_db

BILLING_DB_USER=user01
BILLING_DB_PASSWORD=password
BILLING_DB_NAME=billing_db

RABBITMQ_USER=rabbit
RABBITMQ_PASSWORD=password
RABBITMQ_QUEUE=billing_queue

RABBITMQ_PORT=5672
INVENTORY_APP_PORT=8080
BILLING_APP_PORT=5000
APIGATEWAY_PORT=3000

0 comments on commit 618e6c7

Please sign in to comment.