Commit Graph

6 Commits

Author SHA1 Message Date
f4857f73fc fix: update default smtp username
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
- Change default SMTP username in ApplicationMailer to
  'noreply@mail.frytea.com'
- Comment out previous username in credentials to
  avoid confusion
- Ensure updated username is reflected in production
  environment settings

This update improves email configuration organization, making it
clearer and reducing the risk of misconfiguration, as the hardcoded
value in the mailer takes precedence.
2025-01-18 14:38:30 +08:00
b9b6506265 feat: update footer and SMTP configuration
- Revise footer layout and content, highlighting the new
  service "AI Weather Art" with a short description.
- Update SMTP credentials configuration to use environment
  variables for a more secure setup.
- Add AWS configuration for development and production,
  including access keys and bucket information.

These changes improve the footer clarity for users and enhance
security by utilizing environment variables for sensitive
configuration data instead of hardcoded values.
2025-01-18 13:57:17 +08:00
6dccace0c8 chore: add QWeather API key to credentials
- Include QWeather API key in the credentials file

This change adds the necessary API key for the QWeather service, enabling
future integration of weather data into the application. The key is stored
in the encrypted credentials file to maintain security.
2025-01-17 18:07:57 +08:00
81906319ea chore: update thruster gem and configure smtp settings
- Upgrade thruster gem to version 0.1.10
- Set SMTP user credentials for sending emails
- Adjust test to verify only activated users are displayed

These updates improve email handling and ensure that the application
uses the latest version of the thruster gem, while also refining
the user index test to accurately reflect the activated state.
2025-01-07 13:18:16 +08:00
a418c136ae fix: reset master.key 2025-01-06 14:37:47 +08:00
5bd0c44c91 init sample-app 2024-12-29 17:12:54 +08:00