blob: 175bb6b0489f095c619b4b3d92e2f69895e7b481 [file] [log] [blame]
Tang Cheng628f7162019-04-16 22:59:02 +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.url=jdbc:postgresql://localhost:5432/payapi
8spring.datasource.username=payapi
9spring.datasource.password=123456
10# Redis settings
11redis.server=localhost
12redis.port=6379
13redis.password=
14redis.database=0
15# jwt settings
16jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
17# timeout seconds
18jwt.expiration=3600
Tang Cheng8d336932019-04-23 10:00:16 +080019# user password
20auth.password.bcrypt.seed=