Need to default to false else will always evaluate to true
This commit is contained in:
parent
5e3f4ee1a9
commit
b75e1cc821
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ exports.server = {
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.googleanalytics = {
|
exports.googleanalytics = {
|
||||||
enabled: argv['gaEnabled'] || true,
|
enabled: argv['gaEnabled'] || false,
|
||||||
account: argv['gaAccount'] || "UA-2069672-4"
|
account: argv['gaAccount'] || "UA-2069672-4"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue