2 * onak-conf.c - Routines related to runtime config.
4 * Jonathan McDowell <noodles@earth.li>
6 * Copyright 2002 Project Purple
11 #include "onak-conf.h"
14 * config - Runtime configuration for onak.
16 * Currently this is all hardcoded, but only needs changed here. In future
17 * it'll be read from a config file.
19 struct onak_config config = {
23 * Options for the db2 file backend.
25 "/community/pgp-keyserver/db-copy", /* db2_dbpath */
28 * Options for the file backend.
30 NULL, /* file_dbpath */
33 * Options for the Postgres backend.
36 "noodles", /* pg_dbname */