7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
DB_HOST=localhost
|
|
DB_USER=root
|
|
DB_PASS=
|
|
DB_NAME=chat_db
|
|
PORT=3000
|
|
SESSION_SECRET=your_secret_key
|