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