Change urls

urls
Max Ehrlicher-Schmidt 4 years ago
parent 65761b500f
commit 98817feb64

@ -3,7 +3,7 @@ module.exports = {
excludes: ['src/generated/*'], // ignore the generated files
service: {
name: "flotte_project",
url: "https://flotte.duckdns.org/graphqldev"
url: "http://173.212.197.169:4002/graphql"
}
}
};

@ -1,6 +1,6 @@
overwrite: true
watch: true
schema: "https://flotte.duckdns.org/graphqldev"
schema: "http://173.212.197.169:4002/graphql"
documents: "src/app/graphqlOperations/**/*.graphql"
generates:
src/generated/graphql.ts:

@ -1,5 +1,5 @@
export const environment = {
production: true,
apiUrl: "https://flotte.duckdns.org", // graphql api url without /graphql!
authUrl: "https://flotte.duckdns.org/user-management" // user server url
apiUrl: "http://173.212.197.169:4000", // graphql api url without /graphql!
authUrl: "http://173.212.197.169:8080" // user server url
};

Loading…
Cancel
Save