github.com/moov-io/imagecashletter@v0.10.1/docs/usage-configuration.md (about)

     1  ---
     2  layout: page
     3  title: API configuration
     4  hide_hero: true
     5  show_sidebar: false
     6  menubar: docs-menu
     7  ---
     8  
     9  # Configuration settings
    10  
    11  The following environmental variables can be set to configure behavior in ImageCashLetter.
    12  
    13  | Environmental Variable | Description | Default |
    14  |-----|-----|-----|
    15  | `HTTPS_CERT_FILE` | Filepath containing a certificate (or intermediate chain) to be served by the HTTP server. Requires all traffic be over secure HTTP. | Empty |
    16  | `HTTPS_KEY_FILE`  | Filepath of a private key matching the leaf certificate from `HTTPS_CERT_FILE`. | Empty |
    17  
    18  ## Data persistence
    19  By design, ImageCashLetter  **does not persist** (save) any data about the files or entry details created. The only storage occurs in memory of the process and upon restart ImageCashLetter will have no files or data saved. Also, no in-memory encryption of the data is performed.