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
|
|
|
|
|
|
|
|
|
|
|