File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1111 "servers" : [
1212 {
1313 "url" : " https://app.getoutline.com/api" ,
14- "description" : " Production"
14+ "description" : " Cloud hosted"
15+ },
16+ {
17+ "url" : " https://{domain}/api" ,
18+ "description" : " Self-hosted on your own server" ,
19+ "variables" : {
20+ "domain" : {
21+ "default" : " example.com"
22+ }
23+ }
1524 }
1625 ],
1726 "security" : [
72607269 }
72617270 }
72627271 }
7263- }
7272+ }
Original file line number Diff line number Diff line change @@ -150,7 +150,12 @@ info:
150150 email : hello@getoutline.com
151151servers :
152152- url : https://app.getoutline.com/api
153- description : Production
153+ description : Cloud hosted
154+ - url : https://{domain}/api
155+ description : Self-hosted on your own server
156+ variables :
157+ domain :
158+ default : example.com
154159security :
155160- BearerAuth : []
156161- OAuth2 :
You can’t perform that action at this time.
0 commit comments