Blame view

fw-morax-server/src/main/resources/application-prd.yml 1.54 KB
d94b5225   张志伟   :tada:
1
2
3
4
5
6
7
8
9
10
  spring:
    cloud:
      nacos:
        discovery:
          metadata:
            group: discovery-prd-group
            region: prd
            version: 1.0
          server-addr: 192.168.0.91:8848
    datasource:
00ce3662   张志伟   feature(*): 修改正式数...
11
      url: jdbc:mysql://192.168.0.102:3306/fw_morax?characterEncoding=UTF-8&useSSL=false
d94b5225   张志伟   :tada:
12
      username: root
00ce3662   张志伟   feature(*): 修改正式数...
13
      password: Feewee_Data2_Root123
d94b5225   张志伟   :tada:
14
15
16
17
18
19
20
21
    redis:
      host: 192.168.0.101
    url:
      http-file-url: https://gate.feewee.cn/file
  
  fastdfs:
    charset: UTF-8
    connectTimeout: 2
21dea9a2   张志伟   :fire:
22
    group: moraxdfs
d94b5225   张志伟   :tada:
23
24
25
26
27
28
    networkTimeout: 30
    port: 8080
    secretKey: FastDFS1234567890
    servers: 192.168.0.91:22122
    token: 'no'
  
d94b5225   张志伟   :tada:
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  logging:
    file:
      max-history: 15
      max-size: 1GB
    level:
      root: info
      cn.fw: info
      org.zalando.logbook: trace
  nacos:
    server-addr: 192.168.0.91:8848
  rocketmq:
    name-server: 192.168.0.91:9876
  
  task:
    switch: 'on'
b0f4e55e   姜超   [jiangchao] 绩效组保存审批
44
45
  
  flow:
ca8c54df   张志伟   feature(*): 修改线上审批码
46
47
48
    kpiGroupConfig: "46T0P7JX58" #绩效组修改审批
    salaryGroupConfig: "06ZTQ93Y4V" #薪酬组修改审批
    kpiStarAdjustment: "9DNS246M0G" #绩效星级特殊调整
ae1929f4   姜超   feature(compensat...
49
    incomeCompensationConfig: "Y31C4OZ960" #岗位最低收入补贴
d8325100   姜超   feature(*): 生产环境配置提交
50
51
    evalGroupConfig: "EW9M72K00Z" #考评组审批
    evalShopReward: "41R0043A49" #门店奖惩审批
6443c00b   张志伟   feature(*): 发放工资&...
52
53
  
  todo:
561a79f8   姜超   feature(yml): yml...
54
55
56
    person-confirm: 'W2DRPm21AQ'
    pay-salary-notice: 'ztKlYdyEuL'
    kpi-group-change: 'GoaTI9YO8v'
6f139cdd   姜超   feature(*): 待办配置
57
    salary-group-change: 'IWGFvyS0Wl'
d8325100   姜超   feature(*): 生产环境配置提交
58
    eval-indicator-import: 'PZm5ENk058'
d9e88886   姜超   feature(*): 模板文件修改
59
60
61
    dist-eval-reward: '7gRDSfq8J7'
  
  file-url:
f9d17244   姜超   feature(*): 下载文件...
62
63
    eval-staff: "https://gate.feewee.cn/file/download?fid=74d1d724f9be48baa5921f3782037c3b"
    eval-sshop: "https://gate.feewee.cn/file/download?fid=e4eb136962164264a78753bd1d6061f3"