Skip to content

Commit 67411e7

Browse files
chore: edit envs
1 parent 4224df1 commit 67411e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

variables/dev

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ ORIGINS_ALLOWED=http://localhost:3000,http://localhost:3001,http://localhost:808
55
ORIGINS_READ_ONLY=http://localhost:3001
66
HEADERS_ALLOWED=Content-Type,Authorization,Set-Cookie,Access-Control-Allow-Origin,Cache-Control,Pragma
77
METHODS_ALLOWED=GET,HEAD,PUT,POST,DELETE,PATCH,OPTIONS
8-
CORS_CREDENTIALS="false"
9-
CORS_ENABLED="true"
8+
CORS_CREDENTIALS=false
9+
CORS_ENABLED=true
1010
TZ=America/Argentina/Buenos_Aires
11-
SHOW_LOG_INTERCEPTOR="false"
12-
ENABLED_LOGS="true"
11+
SHOW_LOG_INTERCEPTOR=false
12+
ENABLED_LOGS=true
1313

1414
# SWAGGER ENVIRONMENTS
15-
SWAGGER_ENABLED="true"
15+
SWAGGER_ENABLED=true
1616

1717
# PARAMS ENVIRONMENTS
1818

0 commit comments

Comments
 (0)