github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/debian/cozy.yml (about)

     1  fs:
     2    url: file:///var/lib/cozy
     3  
     4  vault:
     5    credentials_encryptor_key: /etc/cozy/vault.enc
     6    credentials_decryptor_key: /etc/cozy/vault.dec
     7  
     8  konnectors:
     9    cmd: /usr/share/cozy/konnector-run.sh
    10  
    11  log:
    12    level: info
    13    syslog: true
    14  
    15  registries:
    16    default:
    17      - https://apps-registry.cozycloud.cc/selfhosted
    18      - https://apps-registry.cozycloud.cc/mespapiers
    19      - https://apps-registry.cozycloud.cc/banks
    20      - https://apps-registry.cozycloud.cc/
    21  
    22  # mail service parameters for sending email via SMTP
    23  mail:
    24    # mail smtp host
    25    host: localhost
    26  
    27    # mail smtp port
    28    port: 25
    29  
    30    # mail smtp username
    31    #username: myusername
    32    # mail smtp password
    33    #password: mypassword
    34  
    35    # disable encryption (no STARTTLS and no native TLS)
    36    # Means using plain unencrypted SMTP
    37    disable_tls: true
    38  
    39    # Use native SSL connection (SMTPS) instead of STARTTLS
    40    use_ssl: false
    41  
    42    # skip the certificate validation (may be useful on localhost)
    43    skip_certificate_validation: false
    44  
    45    # Local Name
    46    # The hostname sent to the SMTP server with the HELO command
    47    local_name: localhost