server: port: ${SERVER_PORT:8081} logging: level: root: info io.grpc: debug io.grpc.netty.shaded.io.grpc.netty: debug com.imeeting.config.grpc: debug com.imeeting.grpc: debug com.imeeting.service.realtime.impl.RealtimeMeetingGrpcSessionServiceImpl: debug com.imeeting.service.realtime.impl.AsrUpstreamBridgeServiceImpl: debug spring: datasource: url: ${SPRING_DATASOURCE_URL:jdbc:postgresql://10.100.53.199:5432/imeeting_dev} username: ${SPRING_DATASOURCE_USERNAME:postgres} password: ${SPRING_DATASOURCE_PASSWORD:postgres} data: redis: host: ${SPRING_DATA_REDIS_HOST:10.100.53.199} port: ${SPRING_DATA_REDIS_PORT:6379} password: ${SPRING_DATA_REDIS_PASSWORD:unis@123} database: ${SPRING_DATA_REDIS_DATABASE:15} mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl unisbase: security: jwt-secret: ${SECURITY_JWT_SECRET:change-me-dev-jwt-secret-32bytes} internal-auth: secret: ${INTERNAL_AUTH_SECRET:change-me-dev-internal-secret} app: server-base-url: ${APP_SERVER_BASE_URL:http://10.100.52.13:${server.port}} upload-path: ${APP_UPLOAD_PATH:D:/data/imeeting/uploads/} imeeting: h5: base-url: ${IMEETING_H5_BASE_URL:http://10.100.52.13:3000} audio: ffmpeg-path: D:\tools\exe\ffmpeg-master-latest-win64-gpl-shared\bin\ffmpeg.exe