Skip to content
Snippets Groups Projects
Commit 07d94de3 authored by Moises Sacal's avatar Moises Sacal
Browse files

update config

parent 1df2d34b
Branches
No related merge requests found
{
"repo": "http://localhost:8080/repo/",
"portal": {
"back": "Back to Stash",
"URL": "https://stash-uat.research.uts.edu.au/",
"helpURL": "https://stash-uat.research.uts.edu.au/default/rdmp/getAdvice"
},
"api": "/solr/public_ocfl",
"dev": {
"proxy": {
......
......@@ -15,9 +15,9 @@ let state = {
URL: '/',
logo: 'images/logo.svg',
help: 'Help',
helpURL: '',
portal: 'Back to Stash',
portalURL: 'http://stash.research.uts.edu.au',
helpURL: config.portal.helpURL,
portal: config.portal.back,
portalURL: config.portal.URL,
menu: [
{id: 'back', name: 'Back'}
]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment