-/*
- * struct onak_config - Runtime configuration for onak.
- * @maxkeys: The maximum number of keys a query should return.
- * @thissite: Our email address that servers sync with.
- * @adminemail: The email address of the server admin.
- * @mta: The mta to invoke to send sync mails.
- * @syncsites: A linked list of sites we sync with.
- *
- * @db_dir: The path to the directory containing the database files.
- *
- * @pg_dbhost: The host that Postgres is running on.
- * @pg_dbname: The database name.
- * @pg_dbuser: The user we should connect as.
- * @pg_dbpass: The password for the user.