Add warning about auto-appended DB file extension to example config

This commit is contained in:
Gergely Polonkai 2013-11-22 19:28:27 +01:00
parent 8bcc6366b3
commit 511054d621
1 changed files with 4 additions and 1 deletions

View File

@ -64,5 +64,8 @@ smtp sender = wMUD <polesz@w00d5t0ck.info>
[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