Procházet zdrojové kódy

note bcrypt rounds

master
Jonathan Cobb před 4 roky
rodič
revize
51f6c78e57
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      README-release.md

+ 1
- 1
README-release.md Zobrazit soubor

@@ -54,7 +54,7 @@ prompt for a password.

### If you don't have htpasswd installed
If you don't have `htpasswd` on your system, then you will need to manually bcrypt the password.
You can do this online at https://bcrypt-generator.com/
You can do this online at https://bcrypt-generator.com/ -- ensure that "Rounds" is set to 12.

Then set the `BUBBLE_FR_PASS` environment variable to the bcrypted password and
run `flex_init.sh` with the `--bcrypt` flag:


Načítá se…
Zrušit
Uložit