We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca466df + 7dfad96 commit 8605defCopy full SHA for 8605def
1 file changed
localEvaluation.js
@@ -2,7 +2,7 @@ const Experiment = require('@amplitude/experiment-node-server');
2
const _ = require('lodash');
3
4
var experiment;
5
-var debug = process.env.LOCAL_EVALUATION_CONFIG_DEBUG || true;
+var debug = process.env.LOCAL_EVALUATION_CONFIG_DEBUG=="true" || false;
6
var serverUrl = process.env.LOCAL_EVALUATION_CONFIG_SERVER_URL || "https://api.lambdatest.com";
7
var flagConfigPollingIntervalMillis = process.env.LOCAL_EVALUATION_CONFIG_POLL_INTERVAL || 10;
8
var deploymentKey = process.env.LOCAL_EVALUATION_DEPLOYMENT_KEY || "server-jAqqJaX3l8PgNiJpcv9j20ywPzANQQFh";
0 commit comments