mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
11 lines
732 B
Text
11 lines
732 B
Text
---
|
|
source: tests/integrations/check_config.rs
|
|
description: A config with invalid keys fails
|
|
---
|
|
Error: failed to validate configuration
|
|
Caused by: failed to parse configuration file "tests/integrations/fixtures/check_config/invalid-keys.toml"
|
|
Caused by: TOML parse error at line 1, column 1
|
|
|
|
|
1 | some_name = "example.com"
|
|
| ^^^^^^^^^
|
|
unknown field `some_name`, expected one of `conduit_compat`, `listen`, `tls`, `server_name`, `server_discovery`, `database`, `media`, `federation`, `cache`, `cleanup_second_interval`, `max_request_size`, `allow_registration`, `registration_token`, `allow_encryption`, `allow_room_creation`, `default_room_version`, `proxy`, `jwt_secret`, `observability`, `turn`, `emergency_password`
|