| ; "transport" specifies Face's default transport connection. |
| ; The value can be a "unix:" or "tcp4:" Face URI. |
| ; unix:///var/run/nfd.sock |
| ; tcp4://example.com:6363 |
| transport=unix:///var/run/nfd.sock |
| ; "pib" determines which Public Info Base (PIB) should used by default in applications. |
| ; If "pib" is not specified, a platform-dependent default will be used. |
| ; If "pib" is specified, it may have a value of: |
| ; "tpm" determines which Trusted Platform Module (TPM) should used by default in applications. |
| ; If "tpm" is not specified, a platform-dependent default will be used. |
| ; If "tpm" is specified, it may have a value of: |
| ; tpm-osxkeychain (default on macOS) |
| ; tpm-file (default in operating systems other than macOS) |