We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f8732 commit eebbfbeCopy full SHA for eebbfbe
matching-service-api/.env.example
@@ -1,8 +1,4 @@
1
-PORT=:9200
2
-RABBIT_URI="amqp://grp14:grp14@localhost:9100/"
3
-CORS_ORIGIN="http://localhost:3000"
+PORT=
+RABBIT_URI=
+CORS_ORIGIN=
4
5
-# dockerised
6
7
-RABBIT_URI="amqp://grp14:grp14@rabbitmq/"
8
-CORS_ORIGIN=http://host.docker.internal:3000
matching-service/.env.example
@@ -1,9 +1,4 @@
-REDIS_URI="localhost:9190"
+REDIS_URI=
-
9
-REDIS_URI="redis:9190"
storage-blob-api/.env.example
@@ -1,6 +1,3 @@
-PORT=:9300
-REDIS_URI="redis:6379"
0 commit comments