File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 DEBUG : false
33 TESTING : false
44 APP_NAME : Template
5- APPLICATION_ROOT : ' '
5+ APPLICATION_ROOT : /template
66 SQLALCHEMY_TRACK_MODIFICATIONS : true
77 SECRET_KEY : " gjr39dkjn344_!67#"
88 DATABASE : db.sqlite3
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ Flask-SQLAlchemy==2.3.2
22# py-ms==0.1.1
33git+https://github.com/python-microservices/pyms.git@master#egg=py-ms
44Flask-Script == 2.0.6
5- connexion [swagger-ui ]
5+ connexion [swagger-ui ]== 2.0.1
Original file line number Diff line number Diff line change 66 SQLALCHEMY_TRACK_MODIFICATIONS : true
77 SECRET_KEY : " gjr39dkjn344_!67#"
88 DATABASE : db_test.sqlite3
9- SQLALCHEMY_DATABASE_URI : sqlite:////microservice/database/ db_test.sqlite3
9+ SQLALCHEMY_DATABASE_URI : sqlite:///db_test.sqlite3
You can’t perform that action at this time.
0 commit comments