From 929072c9b240a297864c014e8e8bbb7aecf552e1 Mon Sep 17 00:00:00 2001 From: ljm250 Date: Sun, 3 Feb 2019 20:00:40 +0100 Subject: [PATCH] api --- .../src/environments/environment.prod.ts | 6 +++--- bookle-webapp/src/environments/environment.ts | 15 ++++++++++++--- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/bookle-webapp/src/environments/environment.prod.ts b/bookle-webapp/src/environments/environment.prod.ts index bcc9711e..689c6bf2 100644 --- a/bookle-webapp/src/environments/environment.prod.ts +++ b/bookle-webapp/src/environments/environment.prod.ts @@ -1,8 +1,8 @@ export const environment = { production: true, - apiEndpoint: 'https://api.eu-de.apiconnect.appdomain.cloud/jiamianliuoutlookcom-vuspace/sb', + apiEndpoint: 'https://bookle-vu.eu-de.cf.appdomain.cloud/api', auth: { - clientId: '7d8fc411-a445-4a99-9cea-7e3161355ff7', - clientSecret: 'D5tC3uX7oA5uG5gM3nN7gP3wP5rU8bG8iE4oW1mB2bC2tO7hK0' + clientId: '483ce3cd-4a9b-4a42-b8c0-21c7b63813be', + clientSecret: 'fB1gU2hD3gN6dB8nK4bJ3xU7wX8fM6fR6sE3bI7hN0iS0sK6iE' } }; diff --git a/bookle-webapp/src/environments/environment.ts b/bookle-webapp/src/environments/environment.ts index ec8b98e2..44cfb00f 100644 --- a/bookle-webapp/src/environments/environment.ts +++ b/bookle-webapp/src/environments/environment.ts @@ -3,11 +3,20 @@ // `ng build --env=prod` then `environment.prod.ts` will be used instead. // The list of which env maps to which file can be found in `.angular-cli.json`. +// export const environment = { +// production: false, +// apiEndpoint: 'https://api.eu-de.apiconnect.appdomain.cloud/jiamianliuoutlookcom-vuspace/sb', +// auth: { +// clientId: '7d8fc411-a445-4a99-9cea-7e3161355ff7', +// clientSecret: 'D5tC3uX7oA5uG5gM3nN7gP3wP5rU8bG8iE4oW1mB2bC2tO7hK0' +// } +// }; + export const environment = { production: false, - apiEndpoint: 'https://api.eu-de.apiconnect.appdomain.cloud/jiamianliuoutlookcom-vuspace/sb', + apiEndpoint: 'https://bookle-vu.eu-de.cf.appdomain.cloud/api', auth: { - clientId: '7d8fc411-a445-4a99-9cea-7e3161355ff7', - clientSecret: 'D5tC3uX7oA5uG5gM3nN7gP3wP5rU8bG8iE4oW1mB2bC2tO7hK0' + clientId: '483ce3cd-4a9b-4a42-b8c0-21c7b63813be', + clientSecret: 'fB1gU2hD3gN6dB8nK4bJ3xU7wX8fM6fR6sE3bI7hN0iS0sK6iE' } }; -- GitLab