Seungmin Kim 1 rok pred
rodič
commit
c5d2d3fa05
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      docker-compose.yml
  2. 1 1
      xgl.yml

+ 1 - 1
docker-compose.yml

@@ -57,7 +57,7 @@ services:
     - SELKIES_AUDIO_BITRATE=128000
     # Uncomment if network conditions rapidly fluctuate
 #    - SELKIES_CONGESTION_CONTROL=true
-    # Enable basic authentication with the web interface
+    # Enable Basic Authentication from the web interface
     - SELKIES_ENABLE_BASIC_AUTH=true
     # Defaults to `PASSWD` if unspecified
 #    - SELKIES_BASIC_AUTH_PASSWORD=mypasswd

+ 1 - 1
xgl.yml

@@ -74,7 +74,7 @@ spec:
         # Uncomment if network conditions rapidly fluctuate
 #        - name: SELKIES_CONGESTION_CONTROL
 #          value: "true"
-        # Enable basic authentication with the web interface
+        # Enable Basic Authentication from the web interface
         - name: SELKIES_ENABLE_BASIC_AUTH
           value: "true"
         # Defaults to `PASSWD` if unspecified, choose either `value:` or `secretKeyRef:` but not both at the same time