7 lines
No EOL
120 B
Bash
7 lines
No EOL
120 B
Bash
API_PORT=8080
|
|
WEB_PORT=8081
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_DATABASE=fastbin
|
|
DB_USERNAME=username
|
|
DB_PASSWORD=password |