all repos — caroster @ a301d2899f433fa2312d0f5dd6494114af9f475d

[Octree] Group carpool to your event https://caroster.io

extensions/documentation/config/settings.json (view raw)

 1{
 2  "openapi": "3.0.0",
 3  "info": {
 4    "version": "1.0.0",
 5    "title": "Documentation de l'API Caroster",
 6    "description": "",
 7    "termsOfService": "YOUR_TERMS_OF_SERVICE_URL",
 8    "contact": {
 9      "name": "Octree",
10      "email": "sysadmin@octree.ch",
11      "url": "octree.ch"
12    },
13    "license": {
14      "name": "Apache 2.0",
15      "url": "https://www.apache.org/licenses/LICENSE-2.0.html"
16    }
17  },
18  "x-strapi-config": {
19    "path": "/documentation",
20    "showGeneratedFiles": true,
21    "pluginsForWhichToGenerateDoc": []
22  },
23  "servers": [
24    {
25      "url": "http://localhost:1337",
26      "description": "Development server"
27    },
28    {
29      "url": "https://caroster.dev.octr.ee",
30      "description": "Test server"
31    },
32    {
33      "url": "https://caroster.io",
34      "description": "Production server"
35    }
36  ],
37  "externalDocs": {
38    "description": "Find out more",
39    "url": "https://strapi.io/documentation/"
40  },
41  "security": [
42    {
43      "bearerAuth": []
44    }
45  ],
46  "paths": {},
47  "tags": [],
48  "components": {}
49}