Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced.
This commit is contained in:
parent
d3808c1ea2
commit
4bb00013ae
28 changed files with 45 additions and 38 deletions
|
|
@ -28,8 +28,8 @@ BASE_PATH = '/home/evennia/evennia'
|
|||
MEDIA_ROOT = '%s/media' % (BASE_PATH)
|
||||
|
||||
# Absolute path to the directory that has the script tree in it. (no trailing slash)
|
||||
# Example: "/home/evennia/scripts"
|
||||
SCRIPT_ROOT = '%s/scripts' % (BASE_PATH)
|
||||
# Example: "/home/evennia/src/scripts"
|
||||
SCRIPT_ROOT = '%s/src/scripts' % (BASE_PATH)
|
||||
|
||||
# 'postgresql', 'mysql', 'mysql_old', 'sqlite3' or 'ado_mssql'.
|
||||
DATABASE_ENGINE = 'sqlite3'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue