mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 22:47:16 +02:00
Fix small typo in settings. Resolves #1316.
This commit is contained in:
parent
9b3ca3ef20
commit
4d8d26fd21
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ IN_GAME_ERRORS = True
|
||||||
# ENGINE - path to the the database backend. Possible choices are:
|
# ENGINE - path to the the database backend. Possible choices are:
|
||||||
# 'django.db.backends.sqlite3', (default)
|
# 'django.db.backends.sqlite3', (default)
|
||||||
# 'django.db.backends.mysql',
|
# 'django.db.backends.mysql',
|
||||||
# 'django.db.backends.'postgresql_psycopg2',
|
# 'django.db.backends.postgresql_psycopg2',
|
||||||
# 'django.db.backends.oracle' (untested).
|
# 'django.db.backends.oracle' (untested).
|
||||||
# NAME - database name, or path to the db file for sqlite3
|
# NAME - database name, or path to the db file for sqlite3
|
||||||
# USER - db admin (unused in sqlite3)
|
# USER - db admin (unused in sqlite3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue