From fa96747a93eda2b03d27be5419fe3dbe43d7422d Mon Sep 17 00:00:00 2001 From: Andrey Kurilov Date: Tue, 17 Dec 2024 11:38:22 +0100 Subject: [PATCH] update application.properties --- phonebook-api/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phonebook-api/src/main/resources/application.properties b/phonebook-api/src/main/resources/application.properties index 5cb0814..bf052cb 100644 --- a/phonebook-api/src/main/resources/application.properties +++ b/phonebook-api/src/main/resources/application.properties @@ -31,7 +31,7 @@ com.telran.auth.jwt.secret=MpzjCrQGNgG9sVxv com.telran.auth.jwt.access-token.expiration=1440 # Активный профиль Spring -spring.profiles.active=dev +#spring.profiles.active=dev # Swagger настройки springdoc.swagger-ui.operationsSorter=method