Skip to content

Commit b9b0cdb

Browse files
author
Alfred Brockotter
committed
feat: added isDeveloperMode to the settings
1 parent b10ade8 commit b9b0cdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/module.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = function kenticokontent (moduleOptions) {
1212
proxyUrl: process.env.KENTICOKONTENT_PROXYURL || null,
1313
securedApiKey: process.env.KENTICOKONTENT_SECUREDAPIKEY || null,
1414
enableSecuredMode: process.env.KENTICOKONTENT_ENABLESECUREDMODE || false,
15+
isDeveloperMode: process.env.KENTICOKONTENT_ISDEVELOPERMODE || false,
1516
config: {
1617
environment: this.options.dev ? 'development' : 'production'
1718
}

0 commit comments

Comments
 (0)