blob: d06cff6c473f1040059a7b7a88ce892bc25ca298 [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://172.28.201.70:15432/door
spring.datasource.username=payapi
spring.datasource.password=123456
database.dbtype=postgresql
# Redis settings
# spring.redis.host=172.28.201.101
spring.redis.host=172.28.201.70
spring.redis.port=6379
spring.redis.password=
spring.redis.database=2
# jwt settings
jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
# timeout seconds
jwt.expiration=3600
auth.password.bcrypt.seed=
spring.jackson.serialization.fail-on-empty-beans=false
server.port=8080
payapi.url=https://yy.dlsmk.cn/payapi
#payapi.url=http://172.28.43.3:8099/payapi