Add compose e dockerfile
This commit is contained in:
5
.env.example
Normal file
5
.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user