Skip to content

Commit bd8e592

Browse files
update .env.example with right values for OpenAPI docs
Signed-off-by: matiasperrone-exo <matias.perrone@exomindset.co>
1 parent 7f63bee commit bd8e592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ OTEL_TRACES_SAMPLER_PARENT=false
153153
# OpenAPI CONFIG (former Swagger)
154154

155155
L5_SWAGGER_CONST_HOST=${APP_URL}
156-
L5_SWAGGER_CONST_AUTH_URL=${IDP_AUTHORIZATION_ENDPOINT}
157-
L5_SWAGGER_CONST_TOKEN_URL=${IDP_TOKEN_ENDPOINT}
156+
L5_SWAGGER_CONST_AUTH_URL='/oauth2/auth'
157+
L5_SWAGGER_CONST_TOKEN_URL='/oauth2/token'
158158
# L5_FORMAT_TO_USE_FOR_DOCS=yaml
159159
L5_SWAGGER_GENERATE_ALWAYS=true # Dev setting
160160
L5_SWAGGER_OPEN_API_SPEC_VERSION=3.1.2

0 commit comments

Comments
 (0)