blob: d1fe9bace7466d56aefdc49b0746c58c7fc6514b [file] [log] [blame]
Xia Kaixiangd15331b2019-05-13 16:09:09 +08001spring.main.banner-mode=off
2
3# create and drop tables and sequences, loads import.sql
4spring.jpa.hibernate.ddl-auto=update
5
6# Oracle settings
7spring.datasource.platform=oracle
8spring.datasource.url=jdbc:oracle:thin:@172.28.201.101:47922:orcl
9spring.datasource.username=dlpay
10spring.datasource.password=kingstar
11spring.datasource.driver-class-oracle.jdbc.driver.OracleDriver
12
13# Redis settings
14redis.server=172.28.201.101
15redis.port=16379
16redis.password=kingstar
17redis.database=0
18
19# jwt settings
20jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
21# timeout seconds
22jwt.expiration=3600
23# user password
24auth.password.bcrypt.seed=