Skip to content

Commit

Permalink
Merge pull request #275 from computas/SP24-789-Production-environment…
Browse files Browse the repository at this point in the history
…-url-update

Endre api endepunkt til container app URL
  • Loading branch information
Ivan-Computas authored Sep 30, 2024
2 parents 8c4b518 + 265f906 commit c9ab51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.tekniskmuseumprod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const environment = {
production: true,
WS_ENDPOINT: 'wss://tekniskmuseumbackendmultiplayer.azurewebsites.net',
// TEKNISKBACKEND_ENDPOINT :'https://tekniskback.azurewebsites.net',
TEKNISKBACKEND_ENDPOINT: 'https://tekniskmuseumbackendsingleplayer.azurewebsites.net',
TEKNISKBACKEND_ENDPOINT: 'https://tekniskmuseum-backend-container-app.azurewebsites.net',
inactivityTime: 25 * 1000, // 25 seconds
PAIR_ID: 'teknisk-1',
};

0 comments on commit c9ab51d

Please sign in to comment.