github.com/polarismesh/polaris@v1.17.8/release/standalone/docker-compose/console/polaris-console.yaml (about)

     1  # Tencent is pleased to support the open source community by making Polaris available.
     2  #
     3  # Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
     4  #
     5  # Licensed under the BSD 3-Clause License (the "License");
     6  # you may not use this file except in compliance with the License.
     7  # You may obtain a copy of the License at
     8  #
     9  # https://opensource.org/licenses/BSD-3-Clause
    10  #
    11  # Unless required by applicable law or agreed to in writing, software distributed
    12  # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
    13  # CONDITIONS OF ANY KIND, either express or implied. See the License for the
    14  # specific language governing permissions and limitations under the License.
    15  
    16  logger:
    17    RotateOutputPath: log/polaris-console.log
    18    RotationMaxSize: 500
    19    RotationMaxAge: 30
    20    RotationMaxBackups: 100
    21    level: info
    22  webServer:
    23    mode: "release"
    24    listenIP: "0.0.0.0"
    25    listenPort: 8080
    26    jwt:
    27      secretKey: "polarismesh@2021"
    28      expired: 1800
    29    namingV1URL: "/naming/v1"
    30    namingV2URL: "/naming/v2"
    31    authURL: "/core/v1"
    32    configURL: "/config/v1"
    33    monitorURL: "/api/v1"
    34    webPath: "web/dist/"
    35  polarisServer:
    36    address: "polaris-server:8090"
    37    polarisToken: "nu/0WRA4EqSR1FagrjRj0fZwPXuGlMpX+zCuWu4uMqy8xr1vRjisSbA25aAC3mtU8MeeRsKhQiDAynUR09I="
    38  monitorServer:
    39    address: "polaris-prometheus:9090"