9 lines
118 B
Plaintext
9 lines
118 B
Plaintext
#app
|
|
PORT=3023
|
|
|
|
#database
|
|
DB_HOST="localhost"
|
|
DB_PORT=3306
|
|
DB_USERNAME="root"
|
|
DB_PASSWORD=""
|
|
DB_NAME="notification_db" |