Files
vinlottis/config/env/lottery.config.example.js
KevinMidboe a2a81e488e Manually include local google analytics file.
This removes vue-analytics dependency.
2020-11-20 21:20:10 +01:00

13 lines
297 B
JavaScript

module.exports = {
name: "NAME",
phone: "PHONE NUMBER",
price: 10,
message: "VINLOTTERI",
date: 5,
hours: 15,
apiUrl: undefined,
gatewayToken: undefined,
vinmonopoletToken: undefined,
googleanalytics_trackingId: undefined,
googleanalytics_cookieLifetime: 60 * 60 * 24 * 14
};