go-react-server/.env
2024-08-09 11:03:59 +00:00

5 lines
146 B
Bash

WSRS_DATABASE_NAME="wsrs"
WSRS_DATABASE_USER="postgres"
WSRS_DATABASE_PASSWORD="123456789"
WSRS_DATABASE_PORT=5432
WSRS_DATABASE_HOST="localhost"