diff --git a/config.json b/config.json index fa95be9..331a931 100644 --- a/config.json +++ b/config.json @@ -4,13 +4,6 @@ "address": "0.0.0.0", "port": 80, "https": false - }, - { - "address": "0.0.0.0", - "port": 443, - "https": true, - "cert": "", - "key": "" } ] } diff --git a/users.json b/users.json index 2c63c08..d30fc31 100644 --- a/users.json +++ b/users.json @@ -1,2 +1,42 @@ { -} + "jolly" : + { + "balance" : 2024, + "log" : + [ + { + "amount" : 2, + "from" : "twix", + "time" : 1622711963204, + "to" : "jolly" + }, + { + "amount" : 1, + "from" : "twix", + "time" : 1622711903088, + "to" : "jolly" + } + ], + "password" : 746744014776526199 + }, + "twix" : + { + "balance" : 97976, + "log" : + [ + { + "amount" : 2, + "from" : "twix", + "time" : 1622711963204, + "to" : "jolly" + }, + { + "amount" : 1, + "from" : "twix", + "time" : 1622711903088, + "to" : "jolly" + } + ], + "password" : 746744014776526199 + } +} \ No newline at end of file