mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-20 11:48:27 -06:00
Added default value for server
This commit is contained in:
parent
cf245524dd
commit
66992f644e
@ -8,18 +8,14 @@
|
||||
|
||||
"servers": [
|
||||
{
|
||||
"url": "{schema}://{host}/rest",
|
||||
"url": "{schema}://{server}/rest",
|
||||
"variables": {
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"default": "https",
|
||||
"enum": [
|
||||
"https",
|
||||
"http"
|
||||
]
|
||||
"enum": ["https", "http"]
|
||||
},
|
||||
"host": {
|
||||
"type": "string"
|
||||
"server": {
|
||||
"default": "acel.me"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user