Files
ballistic-builder-spring/src/main/resources/application.properties

14 lines
567 B
Properties
Raw Normal View History

2025-06-29 08:45:29 -04:00
spring.application.name=ballistic
# 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
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
security.jwt.access-token-minutes=2880