Manually include local google analytics file.
This removes vue-analytics dependency.
This commit is contained in:
4
config/env/lottery.config.example.js
vendored
4
config/env/lottery.config.example.js
vendored
@@ -7,5 +7,7 @@ module.exports = {
|
||||
hours: 15,
|
||||
apiUrl: undefined,
|
||||
gatewayToken: undefined,
|
||||
vinmonopoletToken: undefined
|
||||
vinmonopoletToken: undefined,
|
||||
googleanalytics_trackingId: undefined,
|
||||
googleanalytics_cookieLifetime: 60 * 60 * 24 * 14
|
||||
};
|
||||
Reference in New Issue
Block a user