Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added app key to a required param and updated change log
  • Loading branch information
alexjustesen committed Jun 7, 2024
commit 4f3e90ef116a3dcae798cb5ff1378dad734028ca
3 changes: 2 additions & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ common_param_env_vars_enabled: true
param_container_name: "{{ project_name }}"
param_usage_include_env: true
param_env_vars:
- { env_var: "APP_KEY", env_value: "", desc: "App key used for encrypting stored data. Get a key at https://speedtest-tracker.dev" }
- { env_var: "DB_CONNECTION", env_value: "sqlite", desc: "Set the database type to use. `sqlite`, `pgsql`, or `mysql`" }
param_usage_include_vols: true
param_volumes:
Expand All @@ -30,7 +31,6 @@ param_ports:

opt_param_usage_include_env: true
opt_param_env_vars:
- { 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`" }
- { env_var: "DB_HOST", env_value: "", desc: "Database hostname (postgres/mysql)." }
- { env_var: "DB_PORT", env_value: "", desc: "Database port (postgres/mysql)." }
- { env_var: "DB_DATABASE", env_value: "", desc: "Database name (postgres/mysql)." }
Expand All @@ -44,6 +44,7 @@ app_setup_block: |

# changelog
changelogs:
- { date: "07.06.24:", desc: "Cache Filament components and added APP_KEY as a required param." }
- { date: "27.05.24:", desc: "Existing users should update their nginx confs to avoid http2 deprecation warnings." }
- { date: "24.05.24:", desc: "Rebase to Alpine 3.20." }
- { date: "16.04.24:", desc: "Rebase to Alpine 3.19, upgrade to php 8.3." }
Expand Down