mirror of https://github.com/Budibase/budibase.git
3 changed files with 4 additions and 2 deletions
@ -1,3 +1,3 @@ |
|||
exports.isEnabled = async function(ctx) { |
|||
ctx.body = JSON.stringify(process.env.NODE_ENV === "production") |
|||
ctx.body = JSON.stringify(process.env.ENABLE_ANALYTICS === "true") |
|||
} |
|||
|
|||
Loading…
Reference in new issue