Skip to content

Commit

Permalink
fix: change scheme to https
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yosefpor authored Jul 3, 2023
1 parent 11ab73a commit cab8f78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ const is_production = process.env.NODE_ENV === 'production';
module.exports = {
env: {
TEH1_BACKEND_URL: is_production ?
"http://status-be.apps.private.okd4.teh-1.snappcloud.io" :
"https://status-be.apps.private.okd4.teh-1.snappcloud.io" :
"http://127.0.0.1:8080",
TEH2_BACKEND_URL: is_production ?
"http://status-be.apps.private.okd4.teh-2.snappcloud.io" :
"https://status-be.apps.private.okd4.teh-2.snappcloud.io" :
"http://127.0.0.1:8080",
SNAPPGROUP_BACKEND_URL: is_production ?
"http://status-be.apps.private.snappgroup.teh-1.snappcloud.io" :
"https://status-be.apps.private.snappgroup.teh-1.snappcloud.io" :
"http://127.0.0.1:8080",
},
output: 'standalone',
Expand Down

0 comments on commit cab8f78

Please sign in to comment.