Add sample-config folder
This commit is contained in:
parent
594d439ea9
commit
d1e4d64fd6
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"Date": "2024-06-10T09:22:29.047338443+02:00",
|
||||||
|
"List": [
|
||||||
|
{
|
||||||
|
"Username": "sample_user",
|
||||||
|
"UID": "1000",
|
||||||
|
"GID": "1000",
|
||||||
|
"OperatingSystem": "linux",
|
||||||
|
"Hostname": "sample_hostname",
|
||||||
|
"PublicIP": "127.0.0.1",
|
||||||
|
"LocalIP": "127.0.0.1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
[Server]
|
||||||
|
# Port to use for web interface
|
||||||
|
#WebPort = "8080"
|
||||||
|
|
||||||
|
# Port to use for communicating with clients
|
||||||
|
#Port = "1302"
|
||||||
|
|
||||||
|
# Path to look for clients in
|
||||||
|
#ClientPath = "/home/raul/.config/tiamat/clients.json"
|
|
@ -1,4 +0,0 @@
|
||||||
[Server]
|
|
||||||
WebPort = "8080"
|
|
||||||
Port = "1302"
|
|
||||||
ClientPath = "/home/raul/.config/tiamat/clients.json"
|
|
Loading…
Reference in New Issue