Skip to content

Commit 7245559

Browse files
committed
Add link for async actions
1 parent 869d618 commit 7245559

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme-vars.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ param_volumes:
2525
param_usage_include_env: true
2626
param_env_vars:
2727
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
28-
- { env_var: "APP_URL", env_value: "<yourbaseurl>", desc: "for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`"}
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 (minimum 4 characters & non-alphanumeric passwords must be properly escaped.)" }
28+
- { env_var: "APP_URL", env_value: "yourbaseurl", desc: "for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`"}
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 (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
@@ -38,7 +38,7 @@ param_ports:
3838

3939
opt_param_usage_include_env: true
4040
opt_param_env_vars:
41-
- { env_var: "QUEUE_CONNECTION", env_value: "", desc: "Set to `database` to enable async actions like sending email or triggering webhooks." }
41+
- { env_var: "QUEUE_CONNECTION", env_value: "", desc: "Set to `database` to enable async actions like sending email or triggering webhooks. See [documentation](https://www.bookstackapp.com/docs/admin/email-webhooks/#async-action-handling)." }
4242

4343
custom_compose: |
4444
---

0 commit comments

Comments
 (0)