Added SQLALCHEMY_DATABASE_URI on config.py.example

This commit is contained in:
Eibriel
2015-01-12 15:59:36 -03:00
parent 0f80f31ac4
commit 25053f9c68

View File

@@ -4,3 +4,4 @@ class Config:
class Development(Config):
STORAGE_BUNDLES = '/tmp/bam_storage_bundles'
ALLOWED_EXTENSIONS = {'txt', 'mp4', 'png', 'jpg', 'jpeg', 'gif', 'blend', 'zip'}
SQLALCHEMY_DATABASE_URI = 'database://username:password@server/db'