11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
NODE_ENV=production
|
|
PORT=3000
|
|
DATABASE_URL="postgresql://username:password@postgres:5432/clipperia?schema=public"
|
|
KEYCLOAK_URL="https://auth.clipperia.com.br"
|
|
YOUTUBE_API_URL="https://your-youtube-api-url.com"
|
|
MINIO_ENDPOINT="minio.clipperia.com.br"
|
|
MINIO_PORT=9000
|
|
MINIO_USE_SSL=true
|
|
MINIO_ACCESS_KEY="user"
|
|
MINIO_SECRET_KEY="password"
|