8 lines
169 B
Bash
8 lines
169 B
Bash
SERVER_NAME=trial
|
|
POSTGRES_USER=trail_user
|
|
POSTGRES_PASSWORD=trial_password
|
|
POSTGRES_DB=trial_db
|
|
PGPORT=5433
|
|
TLS_MODE=tls_selfsigned
|
|
TLS_AUTO_EMAIL=jhon.doe@example.com
|