spring.application.name=BattlBuilderAPI # Database connection properties spring.datasource.url=jdbc:postgresql://r710.gofwd.group:5433/ss_builder 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 security.jwt.secret=ballistic-test-secret-key-1234567890-ABCDEFGHIJKLNMOPQRST security.jwt.access-token-minutes=2880 # Logging spring.jpa.show-sql=true logging.level.org.hibernate.SQL=INFO logging.level.org.hibernate.type.descriptor.sql.BasicBinder=warn # JSP Configuration spring.mvc.view.prefix=/WEB-INF/views/ spring.mvc.view.suffix=.jsp # SMTP Configuration spring.mail.host=smtp.battl.builder spring.mail.port=587 spring.mail.username=info@battl.builder spring.mail.password=Cul8rman2025! spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.starttls.enable=true spring.mail.properties.mail.smtp.starttls.required=true