Files
jambotron/src/main/resources/application.properties
T
2025-06-14 16:46:02 +03:00

18 lines
614 B
Properties

spring.application.name=jambotron
spring.datasource.url= jdbc:postgresql://localhost:5432/springangulardb
spring.datasource.username= admin
spring.datasource.password= postgrespw
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation= true
spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.PostgreSQLDialect
# Hibernate ddl auto (create, create-drop, validate, update)
spring.jpa.hibernate.ddl-auto= update
# App Properties
app.jwtSecret= ======================spring=back====================
app.jwtExpirationMs= 30000
app.jwtCookieName=springangularts
app.origin=http://localhost:4200