We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8699866 commit 350dbc7Copy full SHA for 350dbc7
2 files changed
src/environments/environment.prod.ts
@@ -1,5 +1,5 @@
1
export const environment = {
2
production: true,
3
- graphqlHost: 'https://fly.io/apps/nestjs-example-app/',
+ graphqlHost: 'https://nestjs-example-app.fly.dev/',
4
domain: 'https://angular-example-app.onrender.com',
5
};
src/environments/environment.ts
@@ -5,6 +5,6 @@
6
production: false,
7
// graphqlHost: 'http://localhost:3000/', // if you are running nestjs-example-app project
8
9
domain: 'http://localhost:4200',
10
0 commit comments