mirror of
https://github.com/StepanovPlaton/Chat.git
synced 2026-04-03 20:30:40 +04:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
PORT=8000
|
|
DATABASE_TYPE=postgres
|
|
DATABASE_HOST=localhost
|
|
DATABASE_PORT=3306
|
|
DATABASE_USER=root
|
|
DATABASE_PASSWORD=root
|
|
DATABASE_DATABASE=test |