We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6476e7 + 78646ac commit 562c4bbCopy full SHA for 562c4bb
package.json
@@ -16,6 +16,7 @@
16
"bootstrap-vue": "^2.23.1",
17
"bowser": "^2.11.0",
18
"core-js": "^3.36.1",
19
+ "dotenv": "^17.2.1",
20
"file-saver": "^2.0.5",
21
"jsonld": "^8.3.2",
22
"jszip": "^3.10.1",
src/config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- githubSrc: 'https://raw.githubusercontent.com/ReproNim/demo-protocol/main/DemoProtocol/DemoProtocol_schema',
+ githubSrc: process.env.VUE_APP_REPROSCHEMA_GITHUB_SRC || 'https://raw.githubusercontent.com/ReproNim/demo-protocol/main/DemoProtocol/DemoProtocol_schema',
3
startButton: {
4
"en": 'Join',
5
"es": 'Participar'
0 commit comments