blob: b6561aa8f71dd6c95fdda05bb84d53e950ea5b33 [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://localhost:5432/payapi
9spring.datasource.username=payapi
10spring.datasource.password=123456
11database.dbtype=postgresql
12# Redis settings
13redis.server=localhost
14redis.port=6379
15redis.password=
16redis.database=0
17# jwt settings
18jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
19# timeout seconds
20jwt.expiration=3600
21# user password
22auth.password.bcrypt.seed=