basic penalty backend implemented

This commit is contained in:
2024-04-18 21:47:19 +00:00
parent f384878964
commit 069b69567b
6 changed files with 99 additions and 14 deletions

View File

@@ -5,4 +5,6 @@ HOST = '10.192.64.61'
PORT = 3001
SSL_KEY = "key.pem"
SSL_CERT = "server.crt"
ALLOWED_TIME_OUT_OF_ZONE_IN_MINUTES = 0.1
ALLOWED_TIME_BETWEEN_POSITION_UPDATE_IN_MINUTES = 1
```