Files
vinlottis/config/env/lottery.config.example.js
2020-04-04 01:05:52 +02:00

11 lines
165 B
JavaScript

module.exports = {
name: "NAME",
phone: "PHONE NUMBER",
price: 10,
message: "VINLOTTERI",
date: 5,
hours: 15,
apiUrl: undefined,
token: undefined
};