Changing database name to server.sqlite
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user