implementation of env
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
#app
|
||||
PORT=3023
|
||||
|
||||
#database
|
||||
DB_HOST="localhost"
|
||||
DB_PORT=3306
|
||||
DB_USERNAME="root"
|
||||
DB_PASSWORD=""
|
||||
DB_NAME="notification_db"
|
||||
Reference in New Issue
Block a user