Set up the bones of a Flask app with configuration
This commit is contained in:
parent
0909fd7e99
commit
a7fdd6cbd0
7 changed files with 131 additions and 1 deletions
7
config.example.json
Normal file
7
config.example.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"host": "0.0.0.0",
|
||||
"port": 8080,
|
||||
"logging": {
|
||||
"level": "info"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue