cscvs to tla changeset 3
[onak.git] / onak-conf.c
similarity index 74%
rename from onak_conf.c
rename to onak-conf.c
index a72d31d1548c0a6b6f1c570e8c27ca904120fb7b..a3ee64b97237eaac5b4aff551a5bb441c7537016 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * onak_conf.c - Routines related to runtime config.
+ * onak-conf.c - Routines related to runtime config.
  *
  * Jonathan McDowell <noodles@earth.li>
  *
@@ -8,7 +8,7 @@
 
 #include <stdlib.h>
 
-#include "onak_conf.h"
+#include "onak-conf.h"
 
 /*
  *     config - Runtime configuration for onak.
@@ -22,7 +22,7 @@ struct onak_config config = {
        /*
         * Options for the db2 file backend.
         */
-       NULL,                   /* db2_dbpath */
+       "/community/pgp-keyserver/db-copy",     /* db2_dbpath */
 
        /*
         * Options for the file backend.
@@ -33,7 +33,7 @@ struct onak_config config = {
         * Options for the Postgres backend.
         */
        NULL,                   /* pg_dbhost */
-       NULL,                   /* pg_dbname */
-       "noodles",              /* pg_dbuser */
+       "noodles",              /* pg_dbname */
+       NULL,                   /* pg_dbuser */
        NULL,                   /* pg_dbpass */
 };