2024-09-25 16:50:58 +09:00
|
|
|
spring.application.name=lun
|
2024-10-04 14:53:37 +09:00
|
|
|
server.port=443
|
|
|
|
|
spring.datasource.username=c
|
|
|
|
|
spring.datasource.password=c
|
2024-09-25 16:50:58 +09:00
|
|
|
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
2024-10-05 17:18:43 +09:00
|
|
|
#<<<<<<< HEAD
|
|
|
|
|
#spring.data.mongodb.host=nas.lunaticbum.kr
|
2024-09-25 16:50:58 +09:00
|
|
|
#spring.data.mongodb.host=localhost
|
2024-10-05 17:18:43 +09:00
|
|
|
#spring.data.mongodb.port=27017
|
|
|
|
|
#spring.data.mongodb.database=lun_db
|
2024-10-05 17:14:07 +09:00
|
|
|
#SSL
|
2024-10-05 19:15:51 +09:00
|
|
|
#server.ssl.key-store=classpath:prv.p12
|
|
|
|
|
#server.ssl.key-store-type=PKCS12
|
|
|
|
|
#server.ssl.key-store-password=VioPup*383
|
|
|
|
|
#server.http2.enabled=true
|
2024-09-25 16:50:58 +09:00
|
|
|
#spring.main.web-application-type=SERVLET
|
|
|
|
|
#logging.level.org.springframework.boot.autoconfigure=ERROR
|
|
|
|
|
#spring.mvc.view.prefix=/templates
|
|
|
|
|
#spring.mvc.view.suffix=.html
|
2024-10-05 17:18:43 +09:00
|
|
|
#server.servlet.register-default-servlet=true
|
|
|
|
|
#=======
|
2024-10-04 14:53:37 +09:00
|
|
|
spring.datasource.url=b
|
|
|
|
|
spring.data.mongodb.uri=a
|
|
|
|
|
spring.data.mongodb.authentication-database=admin
|
|
|
|
|
spring.data.mongodb.database=l
|
|
|
|
|
spring.thymeleaf.prefix=classpath:/templates/
|
|
|
|
|
spring.thymeleaf.suffix=.html
|
2024-10-10 17:37:22 +09:00
|
|
|
spring.thymeleaf.enabled=true
|
2024-10-21 17:25:49 +09:00
|
|
|
|
|
|
|
|
spring.servlet.multipart.max-file-size=1024MB
|
|
|
|
|
spring.servlet.multipart.max-request-size=1024MB
|
|
|
|
|
spring.servlet.multipart.enabled=true
|
|
|
|
|
|
2024-10-05 19:42:29 +09:00
|
|
|
# ?? ???? ??? ?? ? ?? ????.
|
|
|
|
|
spring.devtools.livereload.enabled=true
|
|
|
|
|
# thymeleaf? ?? ??? ??? ???. cache=false ??(???? true)
|
|
|
|
|
spring.thymeleaf.cache=false
|
|
|
|
|
# templates ????? ??? ??? ??? ??, ??? ??? ?????.
|
|
|
|
|
spring.thymeleaf.check-template-location=true
|
2024-10-02 18:15:35 +09:00
|
|
|
telegram.bot.key=1
|
|
|
|
|
telegram.my.id=2
|
|
|
|
|
telegram.target.id=3
|
2024-10-05 19:15:51 +09:00
|
|
|
weather.api.key=3
|
2024-10-04 14:53:37 +09:00
|
|
|
spring.data.mongodb.option.min-connection-per-host=0
|
|
|
|
|
spring.data.mongodb.option.max-connection-per-host=100
|
|
|
|
|
spring.data.mongodb.option.threads-allowed-to-block-for-connection-multiplier=5
|
|
|
|
|
spring.data.mongodb.option.server-selection-timeout=30000
|
|
|
|
|
spring.data.mongodb.option.max-wait-time=120000
|
|
|
|
|
spring.data.mongodb.option.max-connection-idle-time=0
|
|
|
|
|
spring.data.mongodb.option.max-connection-life-time=0
|
|
|
|
|
spring.data.mongodb.option.connect-timeout=10000
|
|
|
|
|
spring.data.mongodb.option.socket-timeout=0
|
|
|
|
|
|
|
|
|
|
spring.data.mongodb.option.socket-keep-alive=false
|
|
|
|
|
spring.data.mongodb.option.ssl-enabled=false
|
|
|
|
|
spring.data.mongodb.option.ssl-invalid-host-name-allowed=false
|
|
|
|
|
spring.data.mongodb.option.always-use-m-beans=false
|
|
|
|
|
|
|
|
|
|
spring.data.mongodb.option.heartbeat-socket-timeout=20000
|
|
|
|
|
spring.data.mongodb.option.heartbeat-connect-timeout=20000
|
|
|
|
|
spring.data.mongodb.option.min-heartbeat-frequency=500
|
|
|
|
|
spring.data.mongodb.option.heartbeat-frequency=10000
|
2024-10-05 17:18:43 +09:00
|
|
|
spring.data.mongodb.option.local-threshold=15
|
2024-12-02 18:32:14 +09:00
|
|
|
|
2024-10-05 17:18:43 +09:00
|
|
|
#>>>>>>> ab915d0a416c69708f1df1ad76d7a14c779c1f59
|
2024-12-02 18:32:14 +09:00
|
|
|
|