X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/8e58a1769ce5e492dd68904dfc81b6e077fc2a3a:/onak_conf.c..e02c731dfbb288c736f2cd09a9b6df0507c59ddd:/onak-conf.c diff --git a/onak_conf.c b/onak-conf.c similarity index 74% rename from onak_conf.c rename to onak-conf.c index a72d31d..a3ee64b 100644 --- a/onak_conf.c +++ b/onak-conf.c @@ -1,5 +1,5 @@ /* - * onak_conf.c - Routines related to runtime config. + * onak-conf.c - Routines related to runtime config. * * Jonathan McDowell * @@ -8,7 +8,7 @@ #include -#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 */ };