Skip to content

Commit

Permalink
Set host name and port for prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-battaglia committed Oct 19, 2023
1 parent e376341 commit 51d27c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular-frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: true,
backend: {
host: "ReplaceMeWithActualValue",
port: 80
host: "realtimecollab-frontend-test.apps.baloise.dev",
port: 443
}
};

0 comments on commit 51d27c1

Please sign in to comment.