diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2013-05-20 06:42:38 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2013-05-20 06:42:38 +0200 |
commit | d82391e46d6e9065a73a710e76e7e46cfccd5f4f (patch) | |
tree | 251d2c6671d02554b2ab562c8669080e6fa1a638 /data | |
parent | 7aa02864d21d75088149abd7b349ac2074471151 (diff) |
made our database backup filenames more readable
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 7b5beebd9..baa569ed2 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1085,7 +1085,15 @@ mail * target database to something else. Start Anope then shut down so the new database will be written. * Then unload this and restart Anope, loading from the new database. */ -#module { name = "db_plain" } +#module +{ + name = "db_plain" + + /* + * The database name db_plain should use + */ + database = "anope.db" +} /* * [RECOMMENDED] db_flatfile |