Skip to content

Commit 9e05f1f

Browse files
authored
Edit documentation
1 parent 0e68d03 commit 9e05f1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
- SELKIES_AUDIO_BITRATE=128000
5858
# Uncomment if network conditions rapidly fluctuate
5959
# - SELKIES_CONGESTION_CONTROL=true
60-
# Enable basic authentication with the web interface
60+
# Enable Basic Authentication from the web interface
6161
- SELKIES_ENABLE_BASIC_AUTH=true
6262
# Defaults to `PASSWD` if unspecified
6363
# - SELKIES_BASIC_AUTH_PASSWORD=mypasswd

egl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
# Uncomment if network conditions rapidly fluctuate
7474
# - name: SELKIES_CONGESTION_CONTROL
7575
# value: "true"
76-
# Enable basic authentication with the web interface
76+
# Enable Basic Authentication from the web interface
7777
- name: SELKIES_ENABLE_BASIC_AUTH
7878
value: "true"
7979
# Defaults to `PASSWD` if unspecified, choose either `value:` or `secretKeyRef:` but not both at the same time

0 commit comments

Comments
 (0)