diff --git a/bookle-webapp/src/environments/environment.prod.ts b/bookle-webapp/src/environments/environment.prod.ts index bcc9711eff5308b9a61e6161a74966d9733c9161..689c6bf27f24229bd121104e7ffc14d0b9257d70 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 ec8b98e2d23d7ab08dc5cfc8b9f8c23ec767282f..44cfb00ff413da839ef0367462048022020b1f45 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' } };