Added SQLALCHEMY_DATABASE_URI on config.py.example
This commit is contained in:
@@ -4,3 +4,4 @@ class Config:
|
|||||||
class Development(Config):
|
class Development(Config):
|
||||||
STORAGE_BUNDLES = '/tmp/bam_storage_bundles'
|
STORAGE_BUNDLES = '/tmp/bam_storage_bundles'
|
||||||
ALLOWED_EXTENSIONS = {'txt', 'mp4', 'png', 'jpg', 'jpeg', 'gif', 'blend', 'zip'}
|
ALLOWED_EXTENSIONS = {'txt', 'mp4', 'png', 'jpg', 'jpeg', 'gif', 'blend', 'zip'}
|
||||||
|
SQLALCHEMY_DATABASE_URI = 'database://username:password@server/db'
|
||||||
|
Reference in New Issue
Block a user