浏览代码

note bcrypt rounds

master
Jonathan Cobb 4 年前
父节点
当前提交
51f6c78e57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      README-release.md

+ 1
- 1
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:


正在加载...
取消
保存