Update docker-compose.yml with Twitch credentials
This commit is contained in:
@@ -11,8 +11,9 @@ services:
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://user:password@db/mydatabase
|
||||
- SECRET_KEY=YOUR_SECRET_KEY # This should be a long, random string
|
||||
- TWITCH_CLIENT_ID=YOUR_TWITCH_CLIENT_ID
|
||||
- TWITCH_CLIENT_SECRET=YOUR_TWITCH_CLIENT_SECRET
|
||||
- TWITCH_CLIENT_ID=ogxx1fhpxbg8g89rov6oswuxeup2pb
|
||||
- TWITCH_CLIENT_SECRET=2660uqpk2e1leayhpwcu35a27zidmh
|
||||
- REDIRECT_URI=https://multichat.ramforth.net/auth/twitch/callback
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user