2025-12-06 23:06:59 -05:00
|
|
|
spring.application.name=BattlBuilderAPI
|
2025-06-29 08:45:29 -04:00
|
|
|
# Database connection properties
|
2025-11-29 10:18:54 -05:00
|
|
|
spring.datasource.url=jdbc:postgresql://r710.gofwd.group:5433/ss_builder
|
2025-06-29 08:45:29 -04:00
|
|
|
spring.datasource.username=postgres
|
|
|
|
|
spring.datasource.password=cul8rman
|
|
|
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
|
|
|
|
|
|
|
# Hibernate properties
|
|
|
|
|
#spring.jpa.hibernate.ddl-auto=update
|
2025-12-06 20:06:10 -05:00
|
|
|
#spring.jpa.show-sql=true
|
|
|
|
|
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
2025-12-03 10:55:35 -05:00
|
|
|
|
|
|
|
|
security.jwt.secret=ballistic-test-secret-key-1234567890-ABCDEFGHIJKLNMOPQRST
|
2025-12-06 20:06:10 -05:00
|
|
|
security.jwt.access-token-minutes=2880
|
|
|
|
|
|
2025-12-08 07:10:10 -05:00
|
|
|
# Logging
|
|
|
|
|
|
|
|
|
|
spring.jpa.show-sql=true
|
|
|
|
|
logging.level.org.hibernate.SQL=INFO
|
2025-12-06 23:06:59 -05:00
|
|
|
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=warn
|
|
|
|
|
|
2025-12-08 16:31:25 -05:00
|
|
|
# JSP Configuration
|
|
|
|
|
spring.mvc.view.prefix=/WEB-INF/views/
|
|
|
|
|
spring.mvc.view.suffix=.jsp
|
|
|
|
|
|
2025-12-06 23:06:59 -05:00
|
|
|
|
2025-12-10 16:41:27 -05:00
|
|
|
# SMTP Configuration
|
2025-12-10 22:56:05 -05:00
|
|
|
spring.mail.host=mail.goforwardmail.com
|
2025-12-10 16:41:27 -05:00
|
|
|
spring.mail.port=587
|
2025-12-10 22:56:05 -05:00
|
|
|
spring.mail.username=info@battl.builders
|
|
|
|
|
spring.mail.password=Cul8rman2025
|
2025-12-10 16:41:27 -05:00
|
|
|
spring.mail.properties.mail.smtp.auth=true
|
|
|
|
|
spring.mail.properties.mail.smtp.starttls.enable=true
|
2025-12-12 14:32:16 -05:00
|
|
|
spring.mail.properties.mail.smtp.starttls.required=true
|
|
|
|
|
|
|
|
|
|
#Database settings
|
|
|
|
|
|
|
|
|
|
spring.datasource.hikari.max-lifetime=600000
|