7 lines
206 B
Bash
7 lines
206 B
Bash
DATABASE_URL=postgres://postgres:password@192.168.1.120:6532/postgres
|
|
JWT_SECRET=supersecurejwtsecret
|
|
ENCRYPTION_KEY=0123456789abcdef0123456789abcdef
|
|
ROCKET_ADDRESS=0.0.0.0
|
|
ROCKET_PORT=8082
|
|
ROCKET_LOG=info
|