Updated README files, .gitignore and .env.example
This commit is contained in:
9
api/.env.example
Normal file
9
api/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# MYSQL Database
|
||||
MYSQL_HOST=
|
||||
MYSQL_PORT=
|
||||
MYSQL_DATABASE=
|
||||
MYSQL_USER=
|
||||
MYSQL_PASSWORD=
|
||||
|
||||
# Flask secret key
|
||||
SECRET_KEY=
|
Reference in New Issue
Block a user