File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ services:
57
57
- SELKIES_AUDIO_BITRATE=128000
58
58
# Uncomment if network conditions rapidly fluctuate
59
59
# - SELKIES_CONGESTION_CONTROL=true
60
- # Enable basic authentication with the web interface
60
+ # Enable Basic Authentication from the web interface
61
61
- SELKIES_ENABLE_BASIC_AUTH=true
62
62
# Defaults to `PASSWD` if unspecified
63
63
# - SELKIES_BASIC_AUTH_PASSWORD=mypasswd
Original file line number Diff line number Diff line change 73
73
# Uncomment if network conditions rapidly fluctuate
74
74
# - name: SELKIES_CONGESTION_CONTROL
75
75
# value: "true"
76
- # Enable basic authentication with the web interface
76
+ # Enable Basic Authentication from the web interface
77
77
- name : SELKIES_ENABLE_BASIC_AUTH
78
78
value : " true"
79
79
# Defaults to `PASSWD` if unspecified, choose either `value:` or `secretKeyRef:` but not both at the same time
You can’t perform that action at this time.
0 commit comments