Add sms capabilities, and online-fixing of everything
This commit is contained in:
@@ -11,6 +11,7 @@ try {
|
||||
message: "INSERT MESSAGE",
|
||||
date: 5,
|
||||
hours: 15,
|
||||
apiUrl: "https://lottis.vin"
|
||||
apiUrl: "https://lottis.vin",
|
||||
token: undefined
|
||||
};
|
||||
}
|
||||
|
||||
3
config/env/lottery.config.example.js
vendored
3
config/env/lottery.config.example.js
vendored
@@ -5,5 +5,6 @@ module.exports = {
|
||||
message: "VINLOTTERI",
|
||||
date: 5,
|
||||
hours: 15,
|
||||
apiUrl: undefined
|
||||
apiUrl: undefined,
|
||||
token: undefined
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user