Admin Settings
Configure application-wide settings for the gift card system.
This section is a placeholder for various administrative settings. Future settings could include:
- Email notification templates
- Payment gateway integration details (e.g., Stripe API keys - securely managed)
- Currency settings
- Minimum/maximum gift card amounts
- Default occasion lists
- Branding options for generated PDFs/emails
- User role management
Important Security Note
For security reasons, sensitive information like API keys should be managed through environment variables or a secure configuration service (e.g., HashiCorp Vault, Google Secret Manager). Do not expose or make them directly editable here unless proper masking, audit trails, and robust access controls are in place.