diff options
Diffstat (limited to 'exes/rest/src/config.rs')
| -rw-r--r-- | exes/rest/src/config.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exes/rest/src/config.rs b/exes/rest/src/config.rs index 3bfe8db..e87757c 100644 --- a/exes/rest/src/config.rs +++ b/exes/rest/src/config.rs @@ -26,4 +26,6 @@ pub struct Discord { pub struct ReverseProxyConfig { pub server: ServerSettings, pub discord: Discord, + pub ratelimiter_address: String, + pub ratelimiter_port: u16, } |
