diff --git a/webservice/bam/config.py.example b/webservice/bam/config.py.example index e140c0e..dcd802f 100644 --- a/webservice/bam/config.py.example +++ b/webservice/bam/config.py.example @@ -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'