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/", "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", "api": "/solr/public_ocfl",
"dev": { "dev": {
"proxy": { "proxy": {
......
...@@ -15,9 +15,9 @@ let state = { ...@@ -15,9 +15,9 @@ let state = {
URL: '/', URL: '/',
logo: 'images/logo.svg', logo: 'images/logo.svg',
help: 'Help', help: 'Help',
helpURL: '', helpURL: config.portal.helpURL,
portal: 'Back to Stash', portal: config.portal.back,
portalURL: 'http://stash.research.uts.edu.au', portalURL: config.portal.URL,
menu: [ menu: [
{id: 'back', name: 'Back'} {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