5 lines
84 B
Bash
5 lines
84 B
Bash
|
|
DB_HOST="localhost"
|
||
|
|
DB_PORT=5433
|
||
|
|
DB_USER="postgres"
|
||
|
|
DB_PASSWORD="1"
|
||
|
|
DB_NAME="netina"
|