Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jonatan Zint
kyrene
Commits
0bd12147
Verified
Commit
0bd12147
authored
Jun 01, 2019
by
Jonatan Zint
Browse files
Use correnct donmains for schedule
parent
a62afc12
Pipeline
#1255
passed with stages
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
quasar.conf.js
View file @
0bd12147
...
...
@@ -69,13 +69,13 @@ module.exports = function(ctx) {
},
env
:
{
FRAB_URL
:
JSON
.
stringify
(
"
https://frab.hedonist-international.org/
"
),
SCHEDULE_NEAR
:
JSON
.
stringify
(
"
https://
static.local
/schedule.json
"
),
SCHEDULE_NEAR
:
JSON
.
stringify
(
"
https://
info2019.hedonist-international.org/schedule
/schedule.json
"
),
SCHEDULE_FAR
:
JSON
.
stringify
(
"
https://frab.hedonist-international.org/en/WK201
7
/public/schedule.json
"
"
https://frab.hedonist-international.org/en/WK201
9
/public/schedule.json
"
),
SPEAKERS_NEAR
:
JSON
.
stringify
(
"
https://
static.local
/speakers.json
"
),
SPEAKERS_NEAR
:
JSON
.
stringify
(
"
https://
info2019.hedonist-international.org/schedule
/speakers.json
"
),
SPEAKERS_FAR
:
JSON
.
stringify
(
"
https://frab.hedonist-international.org/en/WK201
7
/public/speakers.json
"
"
https://frab.hedonist-international.org/en/WK201
9
/public/speakers.json
"
)
}
},
...
...
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