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
SSHOC
sshoc-marketplace-frontend
Commits
fa3ebff7
Commit
fa3ebff7
authored
Mar 25, 2021
by
Stefan Probst
Browse files
build: fix api base url for prod
parent
5080d5df
Pipeline
#183779
passed with stages
in 6 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/api/sshoc/index.ts
View file @
fa3ebff7
...
...
@@ -832,7 +832,7 @@ export type DatasetCore = {
}
// const defaultBaseUrl = 'http://localhost:8080'
const
defaultBaseUrl
=
'
https://sshoc-marketplace-api.acdh-dev.oeaw.ac.at
'
const
defaultBaseUrl
=
process
.
env
.
NEXT_PUBLIC_SSHOC_API_BASE_URL
export
{
defaultBaseUrl
as
baseUrl
}
...
...
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