There was an error while loading. Please reload this page.
1 parent 3613841 commit 9caff72Copy full SHA for 9caff72
README.md
@@ -52,7 +52,7 @@ Python Flask WEB API DEMO
52
#### Security :
53
You may have some sensitive variables that should not be publicly shared, such as passwords and secret keys.
54
These can be put in an instance/config.py file, which will not be pushed to version control.
55
-(Flask dedicated folder for that must be named "instance")
+(Flask default dedicated folder for secret data must be named /instance)
56
57
#### How to use it:
58
0 commit comments