diff options
author | RPKI Documentation Robot <docbot@rpki.net> | 2013-06-04 03:00:25 +0000 |
---|---|---|
committer | RPKI Documentation Robot <docbot@rpki.net> | 2013-06-04 03:00:25 +0000 |
commit | 2262ef7dae4eeeb21cd7c7eb11ded64212b88a0c (patch) | |
tree | eee85a194243b7bd0884e41a4c5238f582f119f0 /doc/doc.RPKI.CA.Configuration.irdbd | |
parent | 81bf607697068896a7d872cb9ae62aa6cde7052d (diff) |
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=5361
Diffstat (limited to 'doc/doc.RPKI.CA.Configuration.irdbd')
-rw-r--r-- | doc/doc.RPKI.CA.Configuration.irdbd | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/doc.RPKI.CA.Configuration.irdbd b/doc/doc.RPKI.CA.Configuration.irdbd index cf4098a1..9d00d0b6 100644 --- a/doc/doc.RPKI.CA.Configuration.irdbd +++ b/doc/doc.RPKI.CA.Configuration.irdbd @@ -9,39 +9,39 @@ end's SQL database, and thus is able to pull its own BPKI configuration directly from the database, and thus needs a bit less configuration than the other daemons. -sql-database:: +***** sql-database ***** - MySQL database name for irdbd. +MySQL database name for irdbd. sql-database = ${myrpki::irdbd_sql_database} -sql-username:: +***** sql-username ***** - MySQL user name for irdbd. +MySQL user name for irdbd. sql-username = ${myrpki::irdbd_sql_username} -sql-password:: +***** sql-password ***** - MySQL password for irdbd. +MySQL password for irdbd. sql-password = ${myrpki::irdbd_sql_password} -server-host:: +***** server-host ***** - Host on which irdbd should listen for HTTP service requests. +Host on which irdbd should listen for HTTP service requests. server-host = ${myrpki::irdbd_server_host} -server-port:: +***** server-port ***** - Port on which irdbd should listen for HTTP service requests. +Port on which irdbd should listen for HTTP service requests. server-port = ${myrpki::irdbd_server_port} -startup-message:: +***** startup-message ***** - String to log on startup, useful when debugging a collection of irdbd - instances at once. +String to log on startup, useful when debugging a collection of irdbd instances +at once. - No default value. +No default value. |