add .env, wired database to settings, updated readme

This commit is contained in:
Sam
2021-01-21 10:29:35 +00:00
parent e1a92f2273
commit adb1371599
5 changed files with 51 additions and 23 deletions

6
example.env Normal file
View File

@@ -0,0 +1,6 @@
# rename file to .env and populate fields accordingly
DB_HOST = 'localhost'
DB_PORT = '3306'
DB_NAME = ''
DB_USER = ''
DB_PASSWORD = ''