me-site/docs/config.json.md

16 lines
471 B
Markdown
Raw Normal View History

2022-08-25 01:29:59 +02:00
# config.json
## Possible Values to configure:
- `name` : Personal Name
- `email` : Personal Mail
2024-07-10 14:13:37 +02:00
- `base_url` : Base URL of the Site
2022-08-25 01:29:59 +02:00
- `secret_key` : Secret Key for Flask
2022-08-27 00:34:50 +02:00
- `xmr_address` : Monero Receive Address
- `notify` : Notification Object
2024-03-17 18:17:36 +01:00
- - `webhook`: Webhook Notification
2022-08-27 00:34:50 +02:00
- - `gotify`: Gotify Object
- - - `token` : Gotify Token
2022-09-13 07:40:17 +02:00
- - - `host` : Gotify Host/Domain name
- `colors`
- - - `fg` : Color Number in colors.json
- - - `bg` : Color Number in colors.json