Skip to content

Commit

Permalink
revert envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eghinner authored Sep 20, 2022
1 parent 46faa8d commit 1b998a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ module.exports = configure(function (/* ctx */) {

// publicPath: '/',
// analyze: true,
env: envparsers(),
// env: envparsers(),
env: {
GRAPHQL_URL: 'https://did-db.herokuapp.com/v1/graphql',
},

// rawDefine: {}
// ignorePublicFolder: true,
Expand Down

0 comments on commit 1b998a4

Please sign in to comment.