spring.profiles.active: report-server-dev sleep: 0 # 配置输出日志 logging: level: org.springframework.cloud.gateway: TRACE org.springframework.http.server.reactive: DEBUG org.springframework.web.reactive: DEBUG reactor.ipc.netty: DEBUG #开启端点 management: endpoints: web: exposure: include: '*' security: enabled: false --- # 报告服务开发环境 spring: profiles: report-server-dev order.autoReport.upload.path: /Users/guochao/Desktop/project/enterprise-mooctest-site/var/www/reportFile/ order.autoReport.builder.copyPath: /Users/guochao/Desktop/project/enterprise-mooctest-site/var/www/reportBuilder/ order.autoReport.service.path: /Users/guochao/Desktop/project/enterprise-mooctest-site/projects/ static.resource.autoReport.url: /reportFile/ order.autoReport.image.upload.path: /mooctest-report/src/images/ order.vulReport.json.upload.path: /static-scan-report/src/json/ host.ip: 106.14.81.62 --- # 报告服务线上环境 spring: profiles: report-server-online static.resource.autoReport.url: /reportFile/ order.autoReport.upload.path: /var/www/reportFile/ order.autoReport.image.upload.path: /mooctest-report/src/images/ order.autoReport.service.path: /projects/ order.autoReport.builder.copyPath: /var/www/reportBuilder/ order.vulReport.json.upload.path: /static-scan-report/src/json/