```toml
server_address = "127.0.0.1"
[[watched_files]] file = "file1" regex = "regex1"
[[watched_files]] file = "file2" regex = "regex2"
```