go-react-server/.env
2024-08-08 14:55:43 +00:00

5 lines
146 B
Bash

WRSR_DATABASE_NAME="wsrs"
WRSR_DATABASE_USER="postgres"
WRSR_DATABASE_PASSWORD="123456789"
WRSR_DATABASE_PORT=5432
WRSR_DATABASE_HOST="localhost"