blob: 5bbedd3a2c408bbd05e8fd7d24de57c7352ac1e9 [file] [log] [blame]
Xia Kaixiangd15331b2019-05-13 16:09:09 +08001spring.main.banner-mode=off
2# create and drop tables and sequences, loads import.sql
3spring.jpa.hibernate.ddl-auto=update
4spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
5spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
6# Postgresql settings
7spring.datasource.platform=postgresql
8spring.datasource.url=jdbc:postgresql://172.28.201.70:15432/payapi
9spring.datasource.username=payapi
10spring.datasource.password=123456
11database.dbtype=postgresql
12# Redis settings
13redis.server=172.28.201.101
14redis.port=16379
15redis.password=kingstar
16redis.database=0
17# jwt settings
18jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
19# timeout seconds
20jwt.expiration=3600
21auth.password.bcrypt.seed=
22spring.jackson.serialization.fail-on-empty-beans=false