Config-file

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-30 15:08:22 +01:00
parent b1a207bb96
commit 8b3e3d60a5
6 changed files with 69 additions and 16 deletions

8
config/env/lottery.config.example.js vendored Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
name: "NAME",
phone: "PHONE NUMBER",
price: 10,
message: "VINLOTTERI",
date: 5,
hours: 15
};