We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b74a0a commit 24aa11cCopy full SHA for 24aa11c
1 file changed
lib/leanengine.js
@@ -11,8 +11,9 @@ var connect = require('connect'),
11
var _ = AV._;
12
13
if (process.env.LC_API_SERVER) {
14
- AV.serverURL = process.env.LC_API_SERVER;
+ AV._config.APIServerURL = process.env.LC_API_SERVER;
15
}
16
+
17
var NODE_ENV = process.env.NODE_ENV || 'development';
18
AV.Cloud.__prod = NODE_ENV === 'production' ? 1 : 0;
19
0 commit comments