Skip to content

Commit 4f3e90e

Browse files
committed
added app key to a required param and updated change log
1 parent 2fb2a4d commit 4f3e90e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ common_param_env_vars_enabled: true
2020
param_container_name: "{{ project_name }}"
2121
param_usage_include_env: true
2222
param_env_vars:
23+
- { env_var: "APP_KEY", env_value: "", desc: "App key used for encrypting stored data. Get a key at https://speedtest-tracker.dev" }
2324
- { env_var: "DB_CONNECTION", env_value: "sqlite", desc: "Set the database type to use. `sqlite`, `pgsql`, or `mysql`" }
2425
param_usage_include_vols: true
2526
param_volumes:
@@ -30,7 +31,6 @@ param_ports:
3031

3132
opt_param_usage_include_env: true
3233
opt_param_env_vars:
33-
- { env_var: "APP_KEY", env_value: "", desc: "App key used for encrypting stored data. Generate with `docker exec speedtest-tracker php /app/www/artisan key:generate --show`" }
3434
- { env_var: "DB_HOST", env_value: "", desc: "Database hostname (postgres/mysql)." }
3535
- { env_var: "DB_PORT", env_value: "", desc: "Database port (postgres/mysql)." }
3636
- { env_var: "DB_DATABASE", env_value: "", desc: "Database name (postgres/mysql)." }
@@ -44,6 +44,7 @@ app_setup_block: |
4444
4545
# changelog
4646
changelogs:
47+
- { date: "07.06.24:", desc: "Cache Filament components and added APP_KEY as a required param." }
4748
- { date: "27.05.24:", desc: "Existing users should update their nginx confs to avoid http2 deprecation warnings." }
4849
- { date: "24.05.24:", desc: "Rebase to Alpine 3.20." }
4950
- { date: "16.04.24:", desc: "Rebase to Alpine 3.19, upgrade to php 8.3." }

0 commit comments

Comments
 (0)