This commit is contained in:
NoryiE
2025-02-10 06:00:28 +00:00
parent b0a4a6da9c
commit 71a1fce096
2428 changed files with 0 additions and 1005324 deletions

View File

@@ -1,34 +0,0 @@
// A jsonc example document
{
owner:{
name:`komkom`
dob: /* just some random dob */ `1975-01-25T12:00:00-02:00`
}
database:{ // our live db
server:`192.168.1.1`
ports:[8001,8002,8003]
connectionMax:5000
enabled:true
}
servers:{ // a server
alpha:{
ip: /* is soon invalid */ `10.0.0.1`
dc:`eqdc10`
}
beta:{
ip:`10.0.0.2`
dc:`eqdc10`
}
}
clients:{
data:[["gamma","delta"],[1,2]]
}
hosts:[alpha,omega]
}
// From https://github.com/komkom/jsonc