Skip to content

Commit a259529

Browse files
chore: change API name in config
Signed-off-by: matiasperrone-exo <matias.perrone@exomindset.co>
1 parent 20eed02 commit a259529

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

config/l5-swagger.php

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'documentations' => [
77
'default' => [
88
'api' => [
9-
'title' => 'Summit API Swagger UI',
9+
'title' => 'OpenStackID API Swagger UI',
1010
],
1111

1212
'routes' => [
@@ -22,8 +22,8 @@
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
/*
@@ -110,16 +110,16 @@
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
/**
@@ -169,7 +169,7 @@
169169

170170
/*
171171
* API security definitions. Will be generated into documentation file.
172-
*/
172+
*/
173173
'securityDefinitions' => [
174174
'securitySchemes' => [
175175
/*
@@ -315,9 +315,9 @@
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

Comments
 (0)