We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3198439 commit f8ff81aCopy full SHA for f8ff81a
1 file changed
apps/web/src/constants.js
@@ -11,7 +11,7 @@ const hasuraBase = `${hostname}/api`;
11
12
export default {
13
authBase,
14
- enableBoriel: isDev,
+ enableBoriel: true,
15
enableZ88dk: isDev,
16
graphQlEndpoint: `${httpProtocol}://${hasuraBase}/v1/graphql`,
17
graphQlSubscriptionEndpoint: `${httpProtocol === 'https' ? 'wss' : 'ws'}://${hasuraBase}/v1/graphql`,
0 commit comments