Skip to content

Commit eebbfbe

Browse files
committed
Change .env.example templates
1 parent 38f8732 commit eebbfbe

File tree

3 files changed

+7
-19
lines changed

3 files changed

+7
-19
lines changed

matching-service-api/.env.example

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

5-
# dockerised
6-
PORT=:9200
7-
RABBIT_URI="amqp://grp14:grp14@rabbitmq/"
8-
CORS_ORIGIN=http://host.docker.internal:3000

matching-service/.env.example

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
RABBIT_URI="amqp://grp14:grp14@localhost:9100/"
1+
RABBIT_URI=
22

3-
REDIS_URI="localhost:9190"
3+
REDIS_URI=
44

5-
# dockerised
6-
7-
RABBIT_URI="amqp://grp14:grp14@rabbitmq/"
8-
9-
REDIS_URI="redis:9190"

storage-blob-api/.env.example

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

4-
# dockerised
5-
PORT=:9300
6-
REDIS_URI="redis:6379"

0 commit comments

Comments
 (0)