9 lines
272 B
Bash
9 lines
272 B
Bash
PORT=9000
|
|
JWT_SECRET="<generate with: openssl rand -base64 32>"
|
|
POSTGRES_URL="postgres://postgres:password@localhost:5432/officer"
|
|
MAIL_TRANSPORT="smtp://localhost:1025"
|
|
PUBLIC_URL=http://localhost:9000
|
|
DATA_PATH=/path/to/data
|
|
HOME_DIR=/home/user
|
|
BROWSER_RELAY_PORT=18792
|