diff --git a/flamenco/server/application/config.py.example b/flamenco/server/application/config.py.example index 352e023e..29192f6b 100644 --- a/flamenco/server/application/config.py.example +++ b/flamenco/server/application/config.py.example @@ -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'