Config is now setup mostly :3

This commit is contained in:
2026-07-01 18:18:37 +03:00
parent 23b05296ba
commit cb142bff0e
8 changed files with 139 additions and 2 deletions

13
config.default.toml Normal file
View File

@@ -0,0 +1,13 @@
[default_logins]
username="monitor"
password="HewoWorld"
[[host]]
name="Example1"
ip="127.0.0.1"
[[host]]
name="Example2"
ip="127.0.0.2"
username="admin"
password="password123"