blob: f4d1f18bd0d5630ed23b9f7fb42064a3c8ec78e8 [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
binquan.qiu0ac0bdb2019-06-04 15:26:36 +08008spring.datasource.url=jdbc:postgresql://172.28.201.70:15432/restaurant
Xia Kaixiangd15331b2019-05-13 16:09:09 +08009spring.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