mirror of
https://github.com/zoriya/vex.git
synced 2025-12-05 22:56:09 +00:00
12 lines
182 B
Plaintext
12 lines
182 B
Plaintext
# vi: ft=sh
|
|
# shellcheck disable=SC2034
|
|
|
|
JWT_SECRET=secret
|
|
|
|
# Database things
|
|
POSTGRES_USER=vex
|
|
POSTGRES_PASSWORD=pass
|
|
POSTGRES_DB=vex_db
|
|
POSTGRES_SERVER=postgres
|
|
POSTGRES_PORT=5432
|