We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e28e5f commit 2024c75Copy full SHA for 2024c75
config-docker.yml
@@ -1,5 +1,6 @@
1
pyms:
2
- requests: true
+ requests:
3
+ data: ""
4
swagger:
5
path: "swagger"
6
file: "swagger.yaml"
@@ -11,4 +12,4 @@ ms:
11
12
SQLALCHEMY_TRACK_MODIFICATIONS: true
13
SECRET_KEY: "gjr39dkjn344_!67#"
14
DATABASE: db.sqlite3
- SQLALCHEMY_DATABASE_URI: sqlite:////microservice/database/db.sqlite3
15
+ SQLALCHEMY_DATABASE_URI: sqlite:////microservice/database/db.sqlite3
0 commit comments