Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dad
Cines Vitamui
Commits
89b322c7
Commit
89b322c7
authored
Nov 23, 2021
by
naji
Browse files
fix: application service Id deployment + api mapping files front
parent
b15b4e02
Changes
3
Hide whitespace changes
Inline
Side-by-side
deployment/scripts/mongod/1.0.0/221_pastis_application_ref.js copy.j2
View file @
89b322c7
...
...
@@ -46,5 +46,18 @@ db.applications.update(
{ "upsert":true }
);
db.applications.update({
"identifier" : "PASTIS_APP",
}, {
$set: {
{% if vitamui.pastis.base_url is defined %}
"serviceId": "^{{ vitamui.pastis.base_url }}/.*",
{% else %}
"serviceId": "^{{ url_prefix }}/pastis/.*",
{% endif %}
},
}
);
print("END 221_pastis_application_ref.js");
ui/ui-frontend/projects/pastis/src/assets/config/config-standalone.json
0 → 100644
View file @
89b322c7
{
"apiPastisUrl"
:
"http://vps795748.ovh.net:8080/rest"
,
"getProfileUrl"
:
"/createprofile"
,
"uploadProfileUrl"
:
"/profile"
,
"getFileUrl"
:
"/getfile"
,
"getAllProfilesUrl"
:
"/getprofiles"
,
"savePAasFileUrl"
:
"/getarchiveprofile"
,
"savePUAasFileUrl"
:
"/getarchiveunitprofile"
,
"editProfileUrl"
:
"/edit"
}
ui/ui-frontend/projects/pastis/src/assets/config/config-vitam-ui.json
0 → 100644
View file @
89b322c7
{
"apiPastisUrl"
:
"http://vps795748.ovh.net:8080/rest"
,
"getProfileUrl"
:
"/createprofile"
,
"uploadProfileUrl"
:
"/profile"
,
"getFileUrl"
:
"/getfile"
,
"getAllProfilesUrl"
:
"/getprofiles"
,
"savePAasFileUrl"
:
"/getarchiveprofile"
,
"savePUAasFileUrl"
:
"/getarchiveunitprofile"
,
"editProfileUrl"
:
"/edit"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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