Changing database name to server.sqlite

This commit is contained in:
Eibriel
2015-04-09 08:40:37 -03:00
parent 21afbbe517
commit 9e842a9898
@@ -1,7 +1,7 @@
import os
class Config(object):
SQLALCHEMY_DATABASE_URI='sqlite:///' + os.path.join(os.path.dirname(__file__), '../brender.sqlite')
SQLALCHEMY_DATABASE_URI='sqlite:///' + os.path.join(os.path.dirname(__file__), '../server.sqlite')
DEBUG=True
PORT=9999
HOST='0.0.0.0' # or 'localhost'