fix styling and add address env vars
This commit is contained in:
@ -19,6 +19,9 @@ The application supports the following environment variables:
|
||||
| `KVK` | `12345678` | KVK number for contact information |
|
||||
| `EMAIL` | `info@hogelandlinux.nl` | Contact email address |
|
||||
| `PHONE` | `+31 6 12345678` | Contact phone number |
|
||||
| `STREET` | `Voorstraat 123` | Street address |
|
||||
| `POSTAL_CODE` | `9967 AA` | Postal code |
|
||||
| `VILLAGE` | `Eenrum` | Village/city name |
|
||||
| `TELEGRAM_BOT_TOKEN` | *(empty)* | Telegram bot token for contact form notifications |
|
||||
| `TELEGRAM_CHAT_ID` | *(empty)* | Telegram chat ID where notifications will be sent |
|
||||
|
||||
@ -84,6 +87,9 @@ COMPANY_NAME=Hogeland Linux
|
||||
KVK=12345678
|
||||
EMAIL=info@hogelandlinux.nl
|
||||
PHONE=+31 6 12345678
|
||||
STREET=Voorstraat 123
|
||||
POSTAL_CODE=9967 AA
|
||||
VILLAGE=Eenrum
|
||||
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
||||
TELEGRAM_CHAT_ID=your_chat_id_here
|
||||
```
|
||||
|
Reference in New Issue
Block a user