]> the.earth.li Git - onak.git/blobdiff - onak-conf.c
cscvs to tla changeset 25
[onak.git] / onak-conf.c
index a3ee64b97237eaac5b4aff551a5bb441c7537016..ef811ce30a7572a700ed0108851f1d818d3cb145 100644 (file)
@@ -22,12 +22,12 @@ struct onak_config config = {
        /*
         * Options for the db2 file backend.
         */
-       "/community/pgp-keyserver/db-copy",     /* db2_dbpath */
+       "/home/noodles/onak-db",        /* db2_dbpath */
 
        /*
         * Options for the file backend.
         */
-       NULL,                   /* file_dbpath */
+       "/home/noodles/projects/onak/db",       /* file_dbpath */
        
        /*
         * Options for the Postgres backend.