update config
(cherry picked from commit b18aecf)
This commit is contained in:
@@ -16,10 +16,10 @@ def DBInMemory():
|
|||||||
import eos.config
|
import eos.config
|
||||||
from os.path import realpath, join, dirname, abspath
|
from os.path import realpath, join, dirname, abspath
|
||||||
|
|
||||||
debug = False
|
eos.config.debug = False
|
||||||
gamedataCache = True
|
eos.config.gamedataCache = True
|
||||||
saveddataCache = True
|
eos.config.saveddataCache = True
|
||||||
gamedata_version = ""
|
eos.config.gamedata_version = ""
|
||||||
eos.config.gamedata_connectionstring = 'sqlite:///' + realpath(join(dirname(abspath(unicode(__file__))), "..", "eve.db"))
|
eos.config.gamedata_connectionstring = 'sqlite:///' + realpath(join(dirname(abspath(unicode(__file__))), "..", "eve.db"))
|
||||||
# saveddata_connectionstring = 'sqlite:///' + unicode(realpath(join(dirname(abspath(__file__)), "..", "saveddata", "saveddata.db")), sys.getfilesystemencoding())
|
# saveddata_connectionstring = 'sqlite:///' + unicode(realpath(join(dirname(abspath(__file__)), "..", "saveddata", "saveddata.db")), sys.getfilesystemencoding())
|
||||||
eos.config.saveddata_connectionstring = 'sqlite:///:memory:'
|
eos.config.saveddata_connectionstring = 'sqlite:///:memory:'
|
||||||
|
|||||||
Reference in New Issue
Block a user