bitbucket.org/Aishee/synsec@v0.0.0-20210414005726-236fc01a153d/pkg/csconfig/tests/config.yaml (about)

     1  common:
     2    daemonize: false
     3    pid_dir: /tmp/
     4    log_media: stdout
     5    log_level: info
     6    working_dir: .
     7  prometheus:
     8    enabled: true
     9    level: full
    10  synsec_service:
    11    acquisition_path: ./tests/acquis.yaml
    12    parser_routines: 1
    13  ccscli:
    14    output: human
    15  db_config:
    16    user: ""
    17    password: ""
    18    db_name: ""
    19    host: ""
    20    port: 0
    21    db_path: ./synsec.db
    22    type: sqlite
    23  api:
    24    client:
    25      credentials_path: ./tests/lapi-secrets.yaml
    26    server:
    27      profiles_path: ./tests/profiles.yaml
    28      listen_uri: 127.0.0.1:8080
    29      tls: null
    30      online_client:
    31        credentials_path: ./tests/online-api-secrets.yaml
    32  config_paths:
    33    config_dir: ./tests
    34    data_dir: .
    35    simulation_path: ./tests/simulation.yaml
    36    index_path: ./tests/hub/.index.json
    37    hub_dir: ./tests/hub
    38