Procházet zdrojové kódy

explain SECRET_KEY some more

boyska před 3 roky
rodič
revize
b8c7bd424e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      doc/source/quickstart.rst

+ 1 - 1
doc/source/quickstart.rst

@@ -66,7 +66,7 @@ Now let's edit larigira settings, editing the file ``/etc/default/larigira``::
 
    LARIGIRA_EVENT_FILTERS='["percentwait"]'
    LARIGIRA_EF_MAXWAIT_PERC=400
-   LARIGIRA_SECRET_KEY="changeme"
+   LARIGIRA_SECRET_KEY="changeme with a random, secret string of any length"
 
 Let's include logging configuration, editing ``/etc/larigira/logging.ini``::