Differences From Artifact [70707be159]:
- File rsstg.toml.example — part of check-in [61df933942] at 2020-11-18 08:44:05 on branch trunk — version 0.1.1, now with upsert (user: arcade, size: 127) [annotate] [blame] [check-ins using]
To Artifact [83432d9677]:
- File rsstg.toml.example — part of check-in [45e34762e4] at 2023-05-28 14:25:41 on branch trunk — 0.2.18: now proxies for outgoing requests are supported, including Tor (user: arcade, size: 199) [annotate] [blame] [check-ins using]
1 2 | pg = "postgres://user:password@hostname/database" api_key = "speak with @BotFather to get one" | | > | 1 2 3 4 | pg = "postgres://user:password@hostname/database" api_key = "speak with @BotFather to get one" owner = "Your ID (for debugging)" proxy = "Link to http or socks5 proxy you want to use. Tor works too" |