Skip to content

Commit 5d35abe

Browse files
chore: Add missing env variables in .env.template file
Signed-off-by: matiasperrone-exo <matias.perrone@exomindset.co>
1 parent 575b600 commit 5d35abe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.env.example

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,11 @@ OTEL_TRACES_SAMPLER_PARENT=false
150150
# OTEL_INSTRUMENTATION_LIVEWIRE=true
151151
# OTEL_INSTRUMENTATION_CONSOLE=true
152152

153-
# OpenAPI CONFIG
153+
# OpenAPI CONFIG (former Swagger)
154+
155+
L5_SWAGGER_CONST_HOST=${APP_URL}
156+
L5_SWAGGER_CONST_AUTH_URL=${IDP_AUTHORIZATION_ENDPOINT}
157+
L5_SWAGGER_CONST_TOKEN_URL=${IDP_TOKEN_ENDPOINT}
154158
# L5_FORMAT_TO_USE_FOR_DOCS=yaml
155159
L5_SWAGGER_GENERATE_ALWAYS=true # Dev setting
156-
L5_SWAGGER_OPEN_API_SPEC_VERSION=3.1.0
160+
L5_SWAGGER_OPEN_API_SPEC_VERSION=3.2.0

0 commit comments

Comments
 (0)