Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b2996e

Browse files
committedDec 3, 2018
Set default DDBB in a tmp folder
1 parent daabda3 commit 9b2996e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms:
66
SQLALCHEMY_TRACK_MODIFICATIONS: true
77
SECRET_KEY: "gjr39dkjn344_!67#"
88
DATABASE: db.sqlite3
9-
SQLALCHEMY_DATABASE_URI: sqlite:////microservice/database/db.sqlite3
9+
SQLALCHEMY_DATABASE_URI: sqlite:////tmp/db.sqlite3

0 commit comments

Comments
 (0)
Please sign in to comment.