From 51f6c78e57d9f5897fb0b2c9f4ed1134b8e3fcf8 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sun, 20 Sep 2020 12:30:17 -0400 Subject: [PATCH] note bcrypt rounds --- README-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-release.md b/README-release.md index 03fe8d6..16bde10 100644 --- a/README-release.md +++ b/README-release.md @@ -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: