Skip to content

Commit 9ca6019

Browse files
authored
Merge pull request #16 from python-microservices/feature/minor-fixes
Set default DDBB in a tmp folder
2 parents daabda3 + 9b2996e commit 9ca6019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.yml

+1-1
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)