Skip to content
Snippets Groups Projects
config.yaml.sample 1.18 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Make sure you have a "config.yaml" file on the root folder of this repo
    
    # You can use this sample YAML file to configure your installation
    
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    # Connection information for this agent
    listenAddress: :7878
    grpcListenAddress: :7877
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    # VIAM Variables
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    systemAuthentication:
      viamUUID: viam-system
      viamSession: viam-user
    
    # Connection information for other Vereign services
    dataStorageAgentURL: data-storage-agent:7777
    entitiesManagementAgentURL: entities-management-agent:7779
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    # Maximum Message Size (in megabytes)
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    maxMessageSize: 32
    
    # Certification related configuration
    certification:
      # The full path of the folder where the certificate and private key files are stored
      path: "/home/ocengiz/Documents/Vereign/03-Codebase/cert"
      # The name of the files for certification
      certificateFile: "localhost.crt"
      privateKeyFile: "localhost.key"
      caCertificateFile: "ca.crt"
      encryptionCertificateFile: localhost.crt
      encryptionPrivateKeyFile: localhost.key
      vereignCertificateFile: ca.crt
    
    # Prometheus settings
    prometeusListenAddress: :2112
    
    replaceKey: false
    
    # prefixes for env
    metricEnvPrefix: gospodinbodurov
    
    
    #possible levels: trace, info, debug, warn, error, fatal, panic
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    globalLogLevel: info