gunshi-project-ss/src/test/resources/application.yml

59 lines
1.5 KiB
YAML
Raw Normal View History

2024-01-23 09:19:23 +08:00
server:
port: 24101
servlet:
context-path: /gunshiApp/xyt
spring:
datasource:
dynamic:
primary: main
datasource:
main:
type: com.zaxxer.hikari.HikariDataSource
url: jdbc:mysql://10.0.41.112:3308/uams?characterEncoding=utf-8&serverTimezone=GMT%2B8
username: root
password: 1234567a
driver-class-name: com.mysql.cj.jdbc.Driver
access-logging:
type: com.zaxxer.hikari.HikariDataSource
url: jdbc:mysql://10.0.41.112:3307/access-logging?useSSL=false&serverTimezone=UTC
username: root
password: 1234567a
driver-class-name: com.mysql.cj.jdbc.Driver
data:
redis:
host: 10.0.41.112
port: 6379
password: 1234567a
database: 1
gunshi:
core:
appName: project-xyt
access:
logging:
enabled: true
login:
enabled: true
maxHistory: 200
operation:
enabled: true
maxHistory: 200
collection: operationLogging
exception:
enabled: true
maxHistory: 200
collection: exceptionLogging
mongo:
enabled: true
uri: mongodb://10.0.41.112:27017
database: gunshi-logging
username: gunshi_logger
password: 1234567a
file:
key: test.by_lyf.tmp
secret: xPXPAb63FphkGkPU0ZZkNIXmDzjDVeF3PBH6ZEKw
endpoint: http://223.75.53.141:9102
publicBucket: test.by-lyf.tmp
loginBucket: test.by-lyf.tmp
privateBucket: test.by-lyf.tmp