Sfoglia il codice sorgente

Changed default users back to anonymous

Spencer Gardner 7 anni fa
parent
commit
282fe82692
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -9,9 +9,9 @@
 FROM centos:7
 
 # If you set USERNAME to Anonymous, the folding@home client pauses for 5 minutes, but will then begin processing data.
-ENV USERNAME snppla
-ENV TEAM 224497
-ENV POWER full
+ENV USERNAME Anonymous
+ENV TEAM 0
+ENV POWER medium
 ENV PASSKEY=
 
 # Install updates