diff --git a/templates/active_storage/amazon_env_all.erb b/templates/active_storage/amazon_env_all.erb index df8945a..e654045 100644 --- a/templates/active_storage/amazon_env_all.erb +++ b/templates/active_storage/amazon_env_all.erb @@ -1,4 +1,5 @@ -AWS_S3_BUCKET_NAME= # S3 Settings +# S3 Settings +AWS_S3_BUCKET_NAME= AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= diff --git a/templates/mailer/.env.local.erb b/templates/mailer/.env.local.erb index 57973ec..01295bc 100644 --- a/templates/mailer/.env.local.erb +++ b/templates/mailer/.env.local.erb @@ -1,5 +1,6 @@ -SMTP_USER_NAME= # SMTP Get username and password from https://mailtrap.io +# SMTP Get username and password from https://mailtrap.io +SMTP_USER_NAME= SMTP_PASSWORD= SMTP_PORT=2525 SMTP_ADDRESS=smtp.mailtrap.io