Set up the bones of a Flask app with configuration

This commit is contained in:
Campbell Alden 2026-07-30 22:45:25 +09:00
parent 0909fd7e99
commit a7fdd6cbd0
7 changed files with 131 additions and 1 deletions

7
config.example.json Normal file
View file

@ -0,0 +1,7 @@
{
"host": "0.0.0.0",
"port": 8080,
"logging": {
"level": "info"
}
}