diff options
author | David Timber <mieabby@gmail.com> | 2020-10-25 16:10:37 +1030 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-10-25 16:16:21 +1030 |
commit | 3fb3d74e7113e514819670ee42e7f5703f13ceec (patch) | |
tree | 445f6cf3e8bc42e034f3e5390723a8c62c732b2c /src/data/hostinfod.conf | |
parent | 4c882d7216bb12d5821a108b9f11544a075c7024 (diff) |
Impl proone-hostinfod yaml config ...
* Add proper sample host_cred data in src/data/proto-test/hostinfo_rsp
* Fix typo in configure.ac
Diffstat (limited to 'src/data/hostinfod.conf')
-rw-r--r-- | src/data/hostinfod.conf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/data/hostinfod.conf b/src/data/hostinfod.conf deleted file mode 100644 index 36c577e..0000000 --- a/src/data/hostinfod.conf +++ /dev/null @@ -1,21 +0,0 @@ -hostinfod: - db: - host: "localhost" - # port: 3306 - user: "user" - pw: "" - db: "prne" - # table_prefix: "prne-" - ssl: - ca: "ca.crt" - crt: "hostinfod.crt" - key: "hostinfod.key" - # key_pw: "" - dh: "hostinfod-dh.pem" - # max_conn: 0 - report_int: 60000 - sck_op_timeout: 5000 - # nb_thread: - # backlog: 10 - listen_port: 64420 - # verbose: 2 |