You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
559 B

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ServerProperties",
"type": "object",
"properties": {
"addr": {
"default": "0.0.0.0:50052",
"type": "string"
},
"logger": {
"default": "barebones",
"type": "string"
},
"name": {
"default": "Spah's sappin' mah sentreh",
"type": "string"
},
"schema": {
"default": "https://theperkinrex.duckdns.org/CardsSimulator/cards-simulator/raw/branch/main/server/schema/server-properties.json",
"type": "string"
}
}
}