blob: abed4ffbf0bf180b844bc11b360fc4b9b6310eac [file] [log] [blame]
Steve DiBenedettoa8659ff2014-12-04 14:50:28 -07001; "transport" specifies Face's default transport connection.
2; The value is a unix or tcp4 scheme Face URI.
3;
4; For example:
5;
6; unix:///var/run/nfd.sock
7; tcp://192.0.2.1
8; tcp4://example.com:6363
9
10transport=unix:///var/run/nfd.sock
Steve DiBenedettoc07b3a22014-03-19 12:32:52 -060011
Yingdi Yuf56c68f2014-04-24 21:50:13 -070012; "pib" determines which Public Info Base (PIB) should used by default in applications.
13; If "pib" is not specified, the default PIB will be used.
14; Note that default PIB could be different on different system.
15; If "pib" is specified, it may have a value of:
Alexander Afanasyev5208d0e2015-06-03 16:42:09 -070016; pib-sqlite3
17; pib=pib-sqlite3
Yingdi Yuf56c68f2014-04-24 21:50:13 -070018
19; "tpm" determines which Trusted Platform Module (TPM) should used by default in applications.
20; If "tpm" is not specified, the default TPM will be used.
21; Note that default TPM could be different on different system.
22; If "tpm" is specified, it may have a value of:
Alexander Afanasyev5208d0e2015-06-03 16:42:09 -070023; tpm-osxkeychain (default in OS X)
24; tpm-file (default in operating systems other than OS X)
25; tpm=tpm-file