mirror of
https://github.com/zoriya/vex.git
synced 2026-05-23 23:07:28 +00:00
10 lines
163 B
Bash
10 lines
163 B
Bash
# vi: ft=sh
|
|
# shellcheck disable=SC2034
|
|
|
|
# Database things
|
|
POSTGRES_USER=vex
|
|
POSTGRES_PASSWORD=pass
|
|
POSTGRES_DB=vex_db
|
|
POSTGRES_SERVER=postgres
|
|
POSTGRES_PORT=5432
|