init
This commit is contained in:
15
src/main/resources/application-dev.properties
Normal file
15
src/main/resources/application-dev.properties
Normal file
@@ -0,0 +1,15 @@
|
||||
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=DEBUG
|
||||
logging.level.org.springframework.data = DEBUG
|
||||
logging.level.org.springframework.data.mongodb.core.ReactiveMongoTemplate=DEBUG
|
||||
logging.level.org.springframework.security = DEBUG
|
||||
logging.level.org.springframework.data.mongodb.code = DEBUG
|
||||
logging.level.org.springframework.web.reactive=DEBUG
|
||||
logging.level.org.mongodb.driver.protocol.command = DEBUG
|
||||
|
||||
management.endpoints.web.exposure.include=*
|
||||
management.endpoint.health.show-details=always
|
||||
telegram.bot.token=6972242509:AAGyXuL3T-BNE4XMoo_qvtaYxw_SuiS_dDs
|
||||
nlp.address=http://127.0.0.1:8000
|
||||
Reference in New Issue
Block a user