fix: review findings + docs update

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
This commit is contained in:
Hellgren Heikki
2025-02-27 11:40:11 +02:00
parent c05a6982ea
commit 6633c138b5
6 changed files with 10 additions and 182 deletions
+2 -18
View File
@@ -798,27 +798,11 @@ export interface Config {
| {
store?:
| {
client: 'redis';
type: 'redis';
connection: string;
}
| {
client: 'postgres';
connection:
| string
| {
/**
* @visibility secret
*/
password?: string;
/**
* Other connection settings
* @see https://node-postgres.com/apis/client
*/
[key: string]: unknown;
};
}
| {
client: 'memory';
type: 'memory';
};
/**
* Time frame in milliseconds or as human duration for which requests are checked/remembered.