5 lines
146 B
Bash
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"
|