Skip to content

Commit 014fb2a

Browse files
committed
fix readme-vars: properly escaped password
1 parent ab75716 commit 014fb2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ 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" }
33-
- { env_var: "DB_DATABASE", env_value: "bookstackapp", desc: "for specifying the database to be used (non-alphanumeric passwords must be properly escaped.)" }
32+
- { env_var: "DB_PASS", env_value: "<yourdbpass>", desc: "for specifying the database password (non-alphanumeric passwords must be properly escaped.)" }
33+
- { env_var: "DB_DATABASE", env_value: "bookstackapp", desc: "for specifying the database to be used" }
3434

3535
param_usage_include_ports: true
3636
param_ports:

0 commit comments

Comments
 (0)