Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dad
FFDS-register-front
Commits
ad49bf68
Commit
ad49bf68
authored
Sep 07, 2020
by
cazenave
Browse files
for k8sDAD
parent
8417616c
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
dist/register-front/main-es2015.js
View file @
ad49bf68
...
...
@@ -1322,7 +1322,7 @@ repository:\n\
headers
:
new
_angular_common_http__WEBPACK_IMPORTED_MODULE_3__
[
"
HttpHeaders
"
]({
'
Accept
'
:
'
text/turtle
'
,
'
Content-Type
'
:
'
text/turtle
'
,
'
Authorization
'
:
'
Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOi
I3ZTY0ODE4ZC02Mjc2LTQ2ZmItOGJiMS03MzJlNmUwOWY3ZTk
iLCJpYXQiOjE1OT
gwMDgxNzQ
sImV4cCI6MT
U5OTIxNzc3NH0.yWSgkGV4z-nn1icME4XcZCZSaod_nXChRhcGEizsp38
'
'
Authorization
'
:
'
Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOi
JiMmRhYWQ1OS0wMTA4LTRkZDAtODBjYy03MjU4N2VhNmZkZmI
iLCJpYXQiOjE1OT
k0ODcwMzI
sImV4cCI6MT
YwMDY5NjYzMn0._f5lwGGEuCdXDYuVhOsK1E5l3RX0H6rRPRna6ezbodI
'
})
};
return
this
.
http
...
...
@@ -1727,7 +1727,7 @@ __webpack_require__.r(__webpack_exports__);
const
environment
=
{
production
:
true
,
apiurl
:
'
sandbox9.cines.fr
'
apiurl
:
'
10.6.10.9
'
};
...
...
dist/register-front/main-es2015.js.map
View file @
ad49bf68
This diff is collapsed.
Click to expand it.
dist/register-front/main-es5.js
View file @
ad49bf68
...
...
@@ -2404,7 +2404,7 @@ repository:\n\
headers
:
new
_angular_common_http__WEBPACK_IMPORTED_MODULE_3__
[
"
HttpHeaders
"
]({
'
Accept
'
:
'
text/turtle
'
,
'
Content-Type
'
:
'
text/turtle
'
,
'
Authorization
'
:
'
Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOi
I3ZTY0ODE4ZC02Mjc2LTQ2ZmItOGJiMS03MzJlNmUwOWY3ZTk
iLCJpYXQiOjE1OT
gwMDgxNzQ
sImV4cCI6MT
U5OTIxNzc3NH0.yWSgkGV4z-nn1icME4XcZCZSaod_nXChRhcGEizsp38
'
'
Authorization
'
:
'
Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOi
JiMmRhYWQ1OS0wMTA4LTRkZDAtODBjYy03MjU4N2VhNmZkZmI
iLCJpYXQiOjE1OT
k0ODcwMzI
sImV4cCI6MT
YwMDY5NjYzMn0._f5lwGGEuCdXDYuVhOsK1E5l3RX0H6rRPRna6ezbodI
'
})
};
return
this
.
http
.
post
(
this
.
appConfig
.
fdpurl
+
"
/catalog
"
,
_data
,
httpOptions
).
subscribe
(
function
(
r
)
{
...
...
@@ -3082,7 +3082,7 @@ repository:\n\
var
environment
=
{
production
:
true
,
apiurl
:
'
sandbox9.cines.fr
'
apiurl
:
'
10.6.10.9
'
};
/***/
},
...
...
dist/register-front/main-es5.js.map
View file @
ad49bf68
This diff is collapsed.
Click to expand it.
src/app/repository/repository.component.ts
View file @
ad49bf68
...
...
@@ -109,7 +109,7 @@ repository:\n\
headers
:
new
HttpHeaders
({
'
Accept
'
:
'
text/turtle
'
,
'
Content-Type
'
:
'
text/turtle
'
,
'
Authorization
'
:
'
Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOi
I3ZTY0ODE4ZC02Mjc2LTQ2ZmItOGJiMS03MzJlNmUwOWY3ZTk
iLCJpYXQiOjE1OT
gwMDgxNzQ
sImV4cCI6MT
U5OTIxNzc3NH0.yWSgkGV4z-nn1icME4XcZCZSaod_nXChRhcGEizsp38
'
'
Authorization
'
:
'
Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOi
JiMmRhYWQ1OS0wMTA4LTRkZDAtODBjYy03MjU4N2VhNmZkZmI
iLCJpYXQiOjE1OT
k0ODcwMzI
sImV4cCI6MT
YwMDY5NjYzMn0._f5lwGGEuCdXDYuVhOsK1E5l3RX0H6rRPRna6ezbodI
'
})
};
...
...
src/environments/environment.prod.ts
View file @
ad49bf68
...
...
@@ -2,5 +2,5 @@ import { ApiService } from 'src/app/api.service';
export
const
environment
=
{
production
:
true
,
apiurl
:
'
sandbox9.cines.fr
'
apiurl
:
'
10.6.10.9
'
};
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