Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Sign in
Toggle navigation
Open sidebar
w.pan
bookle
Commits
929072c9
Commit
929072c9
authored
Feb 03, 2019
by
jiamianliu
Browse files
api
parent
4720fef9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
bookle-webapp/src/environments/environment.prod.ts
bookle-webapp/src/environments/environment.prod.ts
+3
-3
bookle-webapp/src/environments/environment.ts
bookle-webapp/src/environments/environment.ts
+12
-3
No files found.
bookle-webapp/src/environments/environment.prod.ts
View file @
929072c9
export
const
environment
=
{
export
const
environment
=
{
production
:
true
,
production
:
true
,
apiEndpoint
:
'
https://
api.eu-de.apiconnect.appdomain.cloud/jiamianliuoutlookcom-vuspace/sb
'
,
apiEndpoint
:
'
https://
bookle-vu.eu-de.cf.appdomain.cloud/api
'
,
auth
:
{
auth
:
{
clientId
:
'
7d8fc411-a445-4a99-9cea-7e3161355ff7
'
,
clientId
:
'
483ce3cd-4a9b-4a42-b8c0-21c7b63813be
'
,
clientSecret
:
'
D5tC3uX7oA5uG5gM3nN7gP3wP5rU8bG8iE4oW1mB2bC2tO7hK0
'
clientSecret
:
'
fB1gU2hD3gN6dB8nK4bJ3xU7wX8fM6fR6sE3bI7hN0iS0sK6iE
'
}
}
};
};
bookle-webapp/src/environments/environment.ts
View file @
929072c9
...
@@ -3,11 +3,20 @@
...
@@ -3,11 +3,20 @@
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
// `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`.
// 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
=
{
export
const
environment
=
{
production
:
false
,
production
:
false
,
apiEndpoint
:
'
https://
api.eu-de.apiconnect.appdomain.cloud/jiamianliuoutlookcom-vuspace/sb
'
,
apiEndpoint
:
'
https://
bookle-vu.eu-de.cf.appdomain.cloud/api
'
,
auth
:
{
auth
:
{
clientId
:
'
7d8fc411-a445-4a99-9cea-7e3161355ff7
'
,
clientId
:
'
483ce3cd-4a9b-4a42-b8c0-21c7b63813be
'
,
clientSecret
:
'
D5tC3uX7oA5uG5gM3nN7gP3wP5rU8bG8iE4oW1mB2bC2tO7hK0
'
clientSecret
:
'
fB1gU2hD3gN6dB8nK4bJ3xU7wX8fM6fR6sE3bI7hN0iS0sK6iE
'
}
}
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment