Skip to content

Commit 9dc4ab4

Browse files
pixeye33thelamer
authored andcommitted
FIX APP_URL with correct example
example is incorrect, now fixed.
1 parent 1d25a39 commit 9dc4ab4

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
@@ -36,7 +36,7 @@ param_ports:
3636

3737
opt_param_usage_include_env: true
3838
opt_param_env_vars:
39-
- { env_var: "APP_URL", env_value: "your.site.here.xyz", desc: "for specifying the url your application will be accessed on (required for correct operation of reverse proxy)"}
39+
- { env_var: "APP_URL", env_value: "http://your.site.here.xyz", desc: "for specifying the url your application will be accessed on (required for correct operation of reverse proxy)"}
4040

4141
custom_compose: |
4242
---

0 commit comments

Comments
 (0)