Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
callidus
mc_frontend
Commits
4140cda8
Commit
4140cda8
authored
Sep 27, 2018
by
Konstantin Schulz
Browse files
fixed config
parent
4848d04f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.ts
View file @
4140cda8
...
...
@@ -5,7 +5,7 @@ export class ConfigMC {
public
static
backendApiPath
:
string
=
"
/mc/api/v1.0/
"
;
public
static
backendApiRawtextPath
:
string
=
"
rawtext
"
;
public
static
backendApiValidReffPath
:
string
=
"
validReff
"
;
public
static
backendBaseUrl
:
string
=
location
.
protocol
.
concat
(
"
//
"
).
concat
(
window
.
location
.
hostname
).
concat
(
"
:5000
"
);
public
static
backendBaseUrl
:
string
=
location
.
protocol
.
concat
(
"
//
"
).
concat
(
window
.
location
.
hostname
).
concat
(
"
/mc-service/
"
);
//
:5000
public
static
callidusProjectUrl
:
string
=
"
https://www.projekte.hu-berlin.de/de/callidus
"
;
public
static
developerMailTo
:
string
=
"
mailto:sulzkons@hu-berlin.de
"
;
public
static
localStorageKeyCorpora
:
string
=
"
mc/corpora
"
;
...
...
Write
Preview
Supports
Markdown
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