Skip to content

Commit f6288f4

Browse files
authored
Update readme-vars.yml
1 parent 396a655 commit f6288f4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

readme-vars.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ param_container_name: "{{ project_name }}"
3232
param_usage_include_env: true
3333
param_env_vars:
3434
- { env_var: "DATABASE_URL", env_value: "mysql://your_db_user:your_db_pass@your_db_host:3306/your_db_name", desc: "Configure your database connection"}
35-
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London.", name: "Timezone" }
3635
param_usage_include_vols: true
3736
param_volumes:
3837
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Configuration files.", name: "Appdata" }

0 commit comments

Comments
 (0)