blob: 9eae16e714009904e2c6de7d6cef4680e429f3b3 [file] [log] [blame]
Steve DiBenedettoa8659ff2014-12-04 14:50:28 -07001; "transport" specifies Face's default transport connection.
Davide Pesavento534b8412018-12-08 19:19:09 -05002; The value can be a "unix:" or "tcp4:" Face URI.
Steve DiBenedettoa8659ff2014-12-04 14:50:28 -07003;
4; For example:
Steve DiBenedettoa8659ff2014-12-04 14:50:28 -07005; unix:///var/run/nfd.sock
6; tcp://192.0.2.1
7; tcp4://example.com:6363
Davide Pesavento534b8412018-12-08 19:19:09 -05008;
Steve DiBenedettoa8659ff2014-12-04 14:50:28 -07009transport=unix:///var/run/nfd.sock
Steve DiBenedettoc07b3a22014-03-19 12:32:52 -060010
Yingdi Yuf56c68f2014-04-24 21:50:13 -070011; "pib" determines which Public Info Base (PIB) should used by default in applications.
Davide Pesavento534b8412018-12-08 19:19:09 -050012; If "pib" is not specified, a platform-dependent default will be used.
Yingdi Yuf56c68f2014-04-24 21:50:13 -070013; If "pib" is specified, it may have a value of:
Alexander Afanasyev5208d0e2015-06-03 16:42:09 -070014; pib-sqlite3
Davide Pesavento534b8412018-12-08 19:19:09 -050015;
16;pib=pib-sqlite3
Yingdi Yuf56c68f2014-04-24 21:50:13 -070017
18; "tpm" determines which Trusted Platform Module (TPM) should used by default in applications.
Davide Pesavento534b8412018-12-08 19:19:09 -050019; If "tpm" is not specified, a platform-dependent default will be used.
Yingdi Yuf56c68f2014-04-24 21:50:13 -070020; If "tpm" is specified, it may have a value of:
Davide Pesavento534b8412018-12-08 19:19:09 -050021; tpm-osxkeychain (default on macOS)
22; tpm-file (default in operating systems other than macOS)
23;
24;tpm=tpm-file