Some extra info to settings file
This commit is contained in:
parent
eb738ebad8
commit
9d63b03635
1 changed files with 2 additions and 2 deletions
|
|
@ -107,10 +107,10 @@ EVENNIA_ADMIN = True
|
||||||
EVENNIA_DIR = os.path.dirname(os.path.abspath(__file__))
|
EVENNIA_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||||
# Path to the game directory (containing the database file if using sqlite).
|
# Path to the game directory (containing the database file if using sqlite).
|
||||||
if test:
|
if test:
|
||||||
# we must run tests from an initialized game directory
|
# we must run tests from the root of an initialized game directory
|
||||||
GAME_DIR = os.getcwd()
|
GAME_DIR = os.getcwd()
|
||||||
else:
|
else:
|
||||||
# Fallback location
|
# Fallback location (will be replaced by the actual game dir at runtime)
|
||||||
GAME_DIR = os.path.join(EVENNIA_DIR, 'game_template')
|
GAME_DIR = os.path.join(EVENNIA_DIR, 'game_template')
|
||||||
|
|
||||||
# Place to put log files
|
# Place to put log files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue