forked from wink-link/winklink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication-dev.yml
23 lines (21 loc) · 919 Bytes
/
application-dev.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: root
url: jdbc:mysql://127.0.0.1:3306/oracle?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
flyway:
url: jdbc:mysql://127.0.0.1:3306/oracle?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
user: root
password: root
table: flyway_schema_history
enabled: false
locations: classpath:db/migration
clean-disabled: false
baselineOnMigrate: true
node:
minPayment: 2
cacheEnable: true
minFeeLimit: 50000000
tronApiKey: 8ca51978-72aa-4e0e-9263-22ac222b30b5