diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index fb7edf3..bc7af4f 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -1,10 +1,6 @@ spring.application.name=budger-app - - - spring.data.mongodb.uri=mongodb://budger-app:BA1q2w3e4r!@luminic.space:27017/budger-app-v2?authSource=admin&minPoolSize=10&maxPoolSize=100 - logging.level.org.springframework.web=INFO logging.level.org.springframework.data = INFO logging.level.org.springframework.data.mongodb.core.ReactiveMongoTemplate=INFO diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e4f90cd..bcbc59d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ spring.application.name=budger-app -server.port=8082 +server.port=8089 server.servlet.context-path=/api #spring.webflux.base-path=/api