File tree 5 files changed +11
-9
lines changed
bff/NoFrixion.Bff/wwwroot
5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ node_modules
6
6
dist
7
7
dist-ssr
8
8
* .local
9
- .env
9
+ .env. *
10
10
.cache
11
11
server /dist
12
12
public /dist
Original file line number Diff line number Diff line change 21
21
"[ignore]" : {
22
22
"editor.defaultFormatter" : " foxundermoon.shell-format"
23
23
},
24
- "dotnet.defaultSolution" : " bff/NoFrixion.Bff.sln"
24
+ "dotnet.defaultSolution" : " bff/NoFrixion.Bff.sln" ,
25
+ "[dotenv]" : {
26
+ "editor.defaultFormatter" : " foxundermoon.shell-format"
27
+ }
25
28
}
Original file line number Diff line number Diff line change
1
+ # Url of the NoFrixion API
2
+ VITE_PUBLIC_NOFRIXION_API_URL = ' /api'
3
+
4
+ # Url of the bff
5
+ VITE_PUBLIC_BFF_URL = ' /bff'
Original file line number Diff line number Diff line change 1
- # Url of the NoFrixion API
2
- VITE_PUBLIC_NOFRIXION_API_URL = ' /api'
3
-
4
- # Url of the bff
5
- VITE_PUBLIC_BFF_URL = ' /bff'
6
-
7
1
NODE_TLS_REJECT_UNAUTHORIZED = 0
8
2
9
3
VITE_PUBLIC_PORTAL_URL = " https://localhost:5001"
Original file line number Diff line number Diff line change 29
29
< meta property ="og:image:width " content ="1200 " />
30
30
< meta property ="og:image:height " content ="630 " />
31
31
< meta property ="og:image " content ="https://cdn.nofrixion.com/img/mm4b-opengraph-image.png " />
32
- < script type ="module " crossorigin src ="/nofrixion-business.js "> </ script >
32
+ < script type ="module " crossorigin src ="https://cdn.nofrixion.com/dev /nofrixion-business.js "> </ script >
33
33
34
34
</ head >
35
35
< body >
You can’t perform that action at this time.
0 commit comments