og:image, other SEO and favicons
This commit is contained in:
@ -22,6 +22,7 @@ The application supports the following environment variables:
|
||||
| `STREET` | `Voorstraat 123` | Street address |
|
||||
| `POSTAL_CODE` | `9967 AA` | Postal code |
|
||||
| `VILLAGE` | `Eenrum` | Village/city name |
|
||||
| `DOMAIN` | `hogelandlinux.nl` | Your website domain (used for SEO and social media meta tags) |
|
||||
| `TELEGRAM_BOT_TOKEN` | *(empty)* | Telegram bot token for contact form notifications |
|
||||
| `TELEGRAM_CHAT_ID` | *(empty)* | Telegram chat ID where notifications will be sent |
|
||||
|
||||
@ -90,6 +91,7 @@ PHONE=+31 6 12345678
|
||||
STREET=Voorstraat 123
|
||||
POSTAL_CODE=9967 AA
|
||||
VILLAGE=Eenrum
|
||||
DOMAIN=hogelandlinux.nl
|
||||
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
||||
TELEGRAM_CHAT_ID=your_chat_id_here
|
||||
```
|
||||
|
Reference in New Issue
Block a user