mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
link updates
This commit is contained in:
parent
ba5c3f8e76
commit
20ce2d6ec8
3 changed files with 7 additions and 7 deletions
|
@ -2,11 +2,11 @@
|
|||
const useLocalhost = process && process.env.NODE_ENV === 'development'
|
||||
|
||||
const constants = {
|
||||
siteUrl: !useLocalhost ? 'http://frylabs.net/' : 'http://localhost:8080/',
|
||||
siteUrl: !useLocalhost ? 'https://frylabs.net/' : 'http://localhost:8080/',
|
||||
apiUrl: !useLocalhost
|
||||
? 'http://frylabs.net/api/'
|
||||
? 'https://frylabs.net/api/'
|
||||
: 'http://localhost:8080/api/',
|
||||
chatUrl: !useLocalhost ? 'http://frylabs.net/' : 'http://localhost:8080/',
|
||||
chatUrl: !useLocalhost ? 'https://frylabs.net/' : 'http://localhost:8080/',
|
||||
mobileWindowWidth: 700,
|
||||
maxQuestionsToRender: 250,
|
||||
imageExts: ['gif', 'png', 'jpeg', 'jpg'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue