# 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

# Connection information for this agent
listenAddress: :7878
grpcListenAddress: :7877

# VIAM Variables
systemAuthentication:
  viamUUID: viam-system
  viamSession: viam-user

# Connection information for other Vereign services
dataStorageAgentURL: data-storage-agent:7777
entitiesManagementAgentURL: entities-management-agent:7779

# Maximum Message Size (in megabytes)
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
globalLogLevel: info