File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ frontend:
1818 NEXT_PUBLIC_EXPIRATION_TIME : 80000
1919 NEXT_PUBLIC_LOGIN_SSO_ONLY : true
2020 NEXT_PUBLIC_REGULAR_BOARD : true
21+ NEXT_PUBLIC_RECOIL_DEV_TOOLS : false
22+ NEXT_PUBLIC_ENABLE_GOOGLE : false
23+ NEXT_PUBLIC_ENABLE_GIT : false
2124
2225backend :
2326 ingress :
Original file line number Diff line number Diff line change @@ -16,8 +16,11 @@ frontend:
1616 NEXT_PUBLIC_BACKEND_URL : https://split-api.xgeeks.com
1717 NEXT_PUBLIC_ENABLE_AZURE : true
1818 NEXT_PUBLIC_EXPIRATION_TIME : 80000
19- NEXT_PUBLIC_LOGIN_SSO_ONLY : false
19+ NEXT_PUBLIC_LOGIN_SSO_ONLY : true
2020 NEXT_PUBLIC_REGULAR_BOARD : true
21+ NEXT_PUBLIC_RECOIL_DEV_TOOLS : false
22+ NEXT_PUBLIC_ENABLE_GOOGLE : false
23+ NEXT_PUBLIC_ENABLE_GIT : false
2124
2225backend :
2326 ingress :
You can’t perform that action at this time.
0 commit comments