fix: emoji to icons

This commit is contained in:
2025-10-09 17:24:27 +02:00
parent ef8c2cfd8c
commit 2f0d37a292
16 changed files with 128 additions and 128 deletions

View File

@@ -105,17 +105,17 @@ DB_HOST=news-postgres # Overrides root
### Security
- Use strong, random passwords
- Never commit `.env` files to version control
- Use `.env.example` as template
- Rotate secrets regularly
- :icon{name="lucide:check"} Use strong, random passwords
- :icon{name="lucide:check"} Never commit `.env` files to version control
- :icon{name="lucide:check"} Use `.env.example` as template
- :icon{name="lucide:check"} Rotate secrets regularly
### Organization
- Document custom variables
- Group related variables
- Use consistent naming
- Keep defaults in root `.env`
- :icon{name="lucide:check"} Document custom variables
- :icon{name="lucide:check"} Group related variables
- :icon{name="lucide:check"} Use consistent naming
- :icon{name="lucide:check"} Keep defaults in root `.env`
## Generating Secrets