add .env, wired database to settings, updated readme
This commit is contained in:
6
example.env
Normal file
6
example.env
Normal 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 = ''
|
||||
Reference in New Issue
Block a user