We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd52002 + 51c954c commit 0f7b665Copy full SHA for 0f7b665
readme-vars.yml
@@ -29,7 +29,7 @@ param_env_vars:
29
- { env_var: "DB_HOST", env_value: "<yourdbhost>", desc: "for specifying the database host" }
30
- { env_var: "DB_PORT", env_value: "<yourdbport>", desc: "for specifying the database port if not default 3306" }
31
- { 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.)" }
+ - { env_var: "DB_PASS", env_value: "<yourdbpass>", desc: "for specifying the database password (minimum 4 characters & non-alphanumeric passwords must be properly escaped.)" }
33
- { env_var: "DB_DATABASE", env_value: "bookstackapp", desc: "for specifying the database to be used" }
34
35
param_usage_include_ports: true
0 commit comments