66 'documentations ' => [
77 'default ' => [
88 'api ' => [
9- 'title ' => 'Summit API Swagger UI ' ,
9+ 'title ' => 'OpenStackID API Swagger UI ' ,
1010 ],
1111
1212 'routes ' => [
2222 'use_absolute_path ' => env ('L5_SWAGGER_USE_ABSOLUTE_PATH ' , true ),
2323
2424 /*
25- * Edit to set path where swagger ui assets should be stored
26- */
25+ * Edit to set path where swagger ui assets should be stored
26+ */
2727 'swagger_ui_assets_path ' => env ('L5_SWAGGER_UI_ASSETS_PATH ' , 'vendor/swagger-api/swagger-ui/dist/ ' ),
2828
2929 /*
110110 * @link https://zircote.github.io/swagger-php/reference/processors.html
111111 */
112112 'default_processors_configuration ' => [
113- /** Example */
114- /**
115- * 'operationId.hash' => true,
116- * 'pathFilter' => [
117- * 'tags' => [
118- * '/pets/',
119- * '/store/',
120- * ],
121- * ],.
122- */
113+ /** Example */
114+ /**
115+ * 'operationId.hash' => true,
116+ * 'pathFilter' => [
117+ * 'tags' => [
118+ * '/pets/',
119+ * '/store/',
120+ * ],
121+ * ],.
122+ */
123123 ],
124124
125125 /**
169169
170170 /*
171171 * API security definitions. Will be generated into documentation file.
172- */
172+ */
173173 'securityDefinitions ' => [
174174 'securitySchemes ' => [
175175 /*
315315 */
316316 'constants ' => [
317317 'L5_SWAGGER_CONST_HOST ' => env ('L5_SWAGGER_CONST_HOST ' , 'http://localhost ' ),
318- 'L5_SWAGGER_CONST_AUTH_URL ' => env ('L5_SWAGGER_CONST_AUTH_URL ' , 'http://localhost/oauth/authorize ' ),
319- 'L5_SWAGGER_CONST_TOKEN_URL ' => env ('L5_SWAGGER_CONST_TOKEN_URL ' , 'http://localhost/oauth/token ' ),
318+ 'L5_SWAGGER_CONST_AUTH_URL ' => env ('L5_SWAGGER_CONST_AUTH_URL ' , 'http://localhost/oauth/authorize ' ),
319+ 'L5_SWAGGER_CONST_TOKEN_URL ' => env ('L5_SWAGGER_CONST_TOKEN_URL ' , 'http://localhost/oauth/token ' ),
320320
321321 ],
322322 ],
323- ];
323+ ];
0 commit comments