6 lines
210 B
Plaintext
6 lines
210 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"
|