mirror of
https://github.com/samjage/lab.git
synced 2026-06-06 02:50:43 +00:00
Remove sensitive credentials from docker-compose.yml
Redacted sensitive information in docker-compose.yml
This commit is contained in:
@@ -30,10 +30,10 @@ services:
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
environment:
|
||||
- WYZE_EMAIL=acwallace520@gmail.com
|
||||
- WYZE_PASSWORD=Alexander!626
|
||||
- API_ID=b98f65a0-92b6-4772-baa7-cde4663143f8
|
||||
- API_KEY=vhEztGgO1gRNL5utan5Bw1V6Z0TgTyle4EhYPpkmZD5klwBJ2nHQHCcItHUi
|
||||
- WYZE_EMAIL=*******
|
||||
- WYZE_PASSWORD=*******
|
||||
- API_ID=*******
|
||||
- API_KEY=*******
|
||||
- WB_AUTH=False
|
||||
- ENABLE_AUDIO=True
|
||||
- AUDIO_CODEC=AAC
|
||||
|
||||
Reference in New Issue
Block a user