11 lines
184 B
Bash
11 lines
184 B
Bash
|
|
# Database
|
||
|
|
DB_PASSWORD=your-secure-password
|
||
|
|
|
||
|
|
# JWT
|
||
|
|
JWT_SECRET=your-very-long-random-jwt-secret
|
||
|
|
|
||
|
|
# OvenMediaEngine API
|
||
|
|
OME_API_TOKEN=your-ome-api-token
|
||
|
|
|
||
|
|
# Application
|
||
|
|
APP_ENV=production
|