fastbin/syntax.env

13 lines
182 B
Bash

WEB_PORT=8082
API_PORT=8080
API_HOST=localhost
KEYGEN_PORT=8081
KEYGEN_HOST=localhost
DB_PORT=5432
DB_HOST=localhost
DB_DATABASE=fastbin
DB_USERNAME=username
DB_PASSWORD=password