Skip to content
Snippets Groups Projects
config.yaml.sample 1.01 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
    
    # Connection Information
    dataStorageUrl: localhost:7777
    grpcListenAddress: localhost:7877
    restListenAddress: localhost:7878
    
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    # VIAM Variables
    viamUUID: viam-system
    viamSession: viam-session
    
    
    # Choose a certificate method for providing PEM strings
    # 1 = Read from file (*.crt and *.key files)
    # 2 = Read from Vault server (this will require additional config information for Vault)
    certificateMethod: 1
    
    # Read Certificates From Folder and Files
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    certDir: cert
    certFile: server.crt
    certKey: server.key
    vereignCertFile: vereign_ca.cer
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    vereignCertKey: vereign_ca.key
    
    caCertFile: ca.crt
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    
    # Maximum Message Size (in megabytes)
    
    maxMessageSize: 64
    
    # Read Certificates From Vault Server
    vaultAddress: http://10.6.10.119:8200
    vaultToken: 00000000-0000-0000-0000-000000000000
    vaultPath: /developers/data/devteam/cert
    certificateKey: certificateKey
    privateKey: privateKey
    caCertificateKey: caCertificateKey