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 b3afd64 commit edbcc7dCopy full SHA for edbcc7d
monolith/.env
@@ -0,0 +1,2 @@
1
+PORT=8080
2
+TODOS_API_BASE_URL=https://jsonplaceholder.typicode.com
monolith/.gitignore
@@ -36,11 +36,11 @@ lerna-debug.log*
36
!.vscode/extensions.json
37
38
# dotenv environment variable files
39
-.env
40
-.env.development.local
41
-.env.test.local
42
-.env.production.local
43
-.env.local
+# .env
+# .env.development.local
+# .env.test.local
+# .env.production.local
+# .env.local
44
45
# temp directory
46
.temp
system-test/docker-compose.yml
@@ -3,4 +3,4 @@ services:
3
monolith:
4
image: ghcr.io/optivem/atdd-accelerator-template-typescript/monolith:latest
5
ports:
6
- - "8080:3000"
+ - "8080:8080"
0 commit comments