mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Mention mysql_old in settings.py.dist. We'll document this in the install docs.
This commit is contained in:
parent
543a9cfe26
commit
92165ade01
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ ADMINS = (
|
|||
|
||||
MANAGERS = ADMINS
|
||||
|
||||
DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
|
||||
DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'mysql_old', 'sqlite3' or 'ado_mssql'.
|
||||
DATABASE_NAME = '/home/evennia/evennia/evennia.db3' # Or path to database file if using sqlite3.
|
||||
DATABASE_USER = '' # Not used with sqlite3.
|
||||
DATABASE_PASSWORD = '' # Not used with sqlite3.
|
||||
|
|
@ -80,4 +80,4 @@ INSTALLED_APPS = (
|
|||
'apps.genperms',
|
||||
)
|
||||
|
||||
LOGFILE = 'logs/evennia.log'
|
||||
LOGFILE = 'logs/evennia.log'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue