Basic app, mainly copied from tmpl-flask
This commit is contained in:
parent
354a473f77
commit
bfea5eeb06
20 changed files with 446 additions and 49 deletions
5
.env_debug
Normal file
5
.env_debug
Normal file
|
@ -0,0 +1,5 @@
|
|||
MYSQL_HOST=localhost
|
||||
MUSQL_PORT=3306
|
||||
MYSQL_USER=darkcat09
|
||||
MYSQL_PASSWORD=
|
||||
MYSQL_DATABASE=apptest
|
Loading…
Add table
Reference in a new issue