9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
PORT=9000
|
|
JWT_SECRET="officer"
|
|
POSTGRES_URL="postgres://postgres:password@localhost:5432/officer"
|
|
MAIL_TRANSPORT="smtp://localhost:1025"
|
|
PUBLIC_URL=http://omega:9000
|
|
DATA_PATH=/home/pastilhas/production/officer.dev/data
|
|
HOME_DIR=/home/pastilhas
|
|
OPENCODE_PORT=4096
|