From 511054d621a9b431e50f21f91509868b254a09c7 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 22 Nov 2013 19:28:27 +0100 Subject: [PATCH] Add warning about auto-appended DB file extension to example config --- conf/wmud.conf.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/wmud.conf.example b/conf/wmud.conf.example index 3d0233c..6142d57 100644 --- a/conf/wmud.conf.example +++ b/conf/wmud.conf.example @@ -64,5 +64,8 @@ smtp sender = wMUD [database] # The world database file. This file holds everything needed to create the # in-game world and let players login. -dsn = SQLite://DB_DIR={statedir};DB_NAME=iminiru.db +# +# WARNING! If you are using SQLite as a backend, your database filename will +# WARNING! automatically have .db appended after the name you specify here! +dsn = SQLite://DB_DIR={statedir};DB_NAME=iminiru