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
cbc23562
Commit
cbc23562
authored
Sep 01, 2018
by
Konstantin Schulz
Browse files
fixed config IP
parent
c35df1b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.ts
View file @
cbc23562
...
@@ -5,7 +5,7 @@ export class ConfigMC {
...
@@ -5,7 +5,7 @@ export class ConfigMC {
public
static
backendApiPath
:
string
=
"
/mc/api/v1.0/
"
;
public
static
backendApiPath
:
string
=
"
/mc/api/v1.0/
"
;
public
static
backendApiRawtextPath
:
string
=
"
rawtext
"
;
public
static
backendApiRawtextPath
:
string
=
"
rawtext
"
;
public
static
backendApiValidReffPath
:
string
=
"
validReff
"
;
public
static
backendApiValidReffPath
:
string
=
"
validReff
"
;
public
static
backendBaseUrl
:
string
=
"
http://
localhost
:5000
"
;
// 141.20.186.246 localhost
public
static
backendBaseUrl
:
string
=
"
http://
141.20.186.246
:5000
"
;
// 141.20.186.246 localhost
public
static
localStorageKeyCorpora
:
string
=
"
mc/corpora
"
;
public
static
localStorageKeyCorpora
:
string
=
"
mc/corpora
"
;
public
static
maxTextLength
:
number
=
2000
;
public
static
maxTextLength
:
number
=
2000
;
public
static
perseidsCTSapiBaseUrl
:
string
=
"
https://cts.perseids.org/api/cts?request=
"
;
public
static
perseidsCTSapiBaseUrl
:
string
=
"
https://cts.perseids.org/api/cts?request=
"
;
...
...
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