File tree Expand file tree Collapse file tree 6 files changed +10
-43
lines changed Expand file tree Collapse file tree 6 files changed +10
-43
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
Dockerfile *
3
3
docker-compose *
4
- helm-charts
5
4
.dockerignore
6
-
7
5
.git
8
6
.gitignore
9
-
10
7
README.md
11
8
LICENSE
12
-
9
+ .vscode
10
+ helm-charts
13
11
.env
14
-
15
12
.editorconfig
16
13
.idea
17
- .vscode
18
14
coverage *
19
-
20
- .DS_Store
15
+ .DS_Store
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ VITE_APP_DOMAIN = http://localhost:3000
2
+ VITE_APP_KEYCLOAK_URL = http://localhost:8090
3
+ VITE_APP_BACKEND_URL = http://localhost:8080
Original file line number Diff line number Diff line change
1
+ VITE_APP_DOMAIN = https://app.softeno.com
2
+ VITE_APP_KEYCLOAK_URL = https://auth.softeno.com
3
+ VITE_APP_BACKEND_URL = https://api.softeno.com/spring-reactive-template
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,4 @@ coverage
25
25
* .sw ?
26
26
27
27
src /graphql /* .ts
28
- src /graphql /* .js
29
-
30
- .env *
31
- ! .env.template
28
+ src /graphql /* .js
You can’t perform that action at this time.
0 commit comments