Set defaults for config options
This commit is contained in:
parent
7ac5a8c016
commit
06d903b4f6
@ -57,8 +57,8 @@ schema = {
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": {"type": "string", "default": "disarchive"},
|
"name": {"type": "string", "default": "disarchive"},
|
||||||
"host": {"type": "string"},
|
"host": {"type": "string", "default": "localhost"},
|
||||||
"port": {"type": "integer"},
|
"port": {"type": "integer", "default": 3306},
|
||||||
"user": {"type": "string"},
|
"user": {"type": "string"},
|
||||||
"password": {"type": "string"},
|
"password": {"type": "string"},
|
||||||
},
|
},
|
||||||
@ -74,8 +74,8 @@ schema = {
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": {"type": "string", "default": "disarchive"},
|
"name": {"type": "string", "default": "disarchive"},
|
||||||
"host": {"type": "string"},
|
"host": {"type": "string", "default": "localhost"},
|
||||||
"port": {"type": "integer"},
|
"port": {"type": "integer", "default": 5432},
|
||||||
"user": {"type": "string"},
|
"user": {"type": "string"},
|
||||||
"password": {"type": "string"},
|
"password": {"type": "string"},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user