Skip to content

Commit 51c954c

Browse files
committed
Edit: moving change to readme-vars.yml
1 parent bb3a6b4 commit 51c954c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ param_env_vars:
2929
- { env_var: "DB_HOST", env_value: "<yourdbhost>", desc: "for specifying the database host" }
3030
- { env_var: "DB_PORT", env_value: "<yourdbport>", desc: "for specifying the database port if not default 3306" }
3131
- { env_var: "DB_USER", env_value: "<yourdbuser>", desc: "for specifying the database user" }
32-
- { env_var: "DB_PASS", env_value: "<yourdbpass>", desc: "for specifying the database password (non-alphanumeric passwords must be properly escaped.)" }
32+
- { env_var: "DB_PASS", env_value: "<yourdbpass>", desc: "for specifying the database password (minimum 4 characters & non-alphanumeric passwords must be properly escaped.)" }
3333
- { env_var: "DB_DATABASE", env_value: "bookstackapp", desc: "for specifying the database to be used" }
3434

3535
param_usage_include_ports: true

0 commit comments

Comments
 (0)