mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Added default value for server
This commit is contained in:
parent
cf245524dd
commit
66992f644e
1 changed files with 4 additions and 8 deletions
|
@ -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…
Add table
Reference in a new issue