Skip to content

Commit aa6c5ba

Browse files
committed
Example .env files
1 parent 4dc02f5 commit aa6c5ba

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

matching-service-api/.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PORT=:9200
2+
RABBIT_URI="amqp://grp14:grp14@localhost:9100/"
3+
CORS_ORIGIN="http://localhost:3000"

matching-service/.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
RABBIT_URI="amqp://grp14:grp14@localhost:9100/"
2+
3+
REDIS_URI="localhost:9190"

storage-blob-api/.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PORT=:9300
2+
REDIS_URI="localhost:9190"

0 commit comments

Comments
 (0)