7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
DATABASE_URL=postgres://postgres:password@db:5432/litecloud
|
|
JWT_SECRET=supersecurejwtsecret
|
|
ENCRYPTION_KEY=0123456789abcdef0123456789abcdef
|
|
ROCKET_ADDRESS=0.0.0.0
|
|
ROCKET_PORT=8080
|
|
ROCKET_LOG=info
|