Add project sources

This commit is contained in:
2026-01-23 18:57:33 +01:00
parent b696b30a0a
commit 01749f96e8
8 changed files with 712 additions and 0 deletions

9
config.py Normal file
View File

@@ -0,0 +1,9 @@
import os
from dotenv import load_dotenv
load_dotenv()
ZEROTIER_TOKEN = os.getenv('ZEROTOKEN')
ZEROTIER_API_URL = 'https://api.zerotier.com/api/v1'
PING_INTERVAL = 10 # secondi
DEBUG = True