blob: 65c5880b463e255d070ee5f1a302197cc2ab19a4 [file] [log] [blame]
spring.main.banner-mode=off
# create and drop tables and sequences, loads import.sql
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
# Postgresql settings
spring.datasource.platform=postgresql
spring.datasource.url=jdbc:postgresql://localhost:5432/watermanager
spring.datasource.username=watermanager
spring.datasource.password=123456
database.dbtype=postgresql
# Redis settings
redis.server=localhost
redis.port=6379
redis.password=
redis.database=0
# jwt settings
jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
# timeout seconds
jwt.expiration=3600
# user password
auth.password.bcrypt.seed=