Add support for more settings
Signed-off-by: Marcus Eide <eide@spotify.com>
This commit is contained in:
Vendored
+6
@@ -35,6 +35,12 @@ export interface Config {
|
||||
keyStore?: {
|
||||
provider?: 'postgres' | 'memory' | 'firestore';
|
||||
firestore?: {
|
||||
/** The host to connect to */
|
||||
host?: string;
|
||||
/** The port to connect to */
|
||||
port?: number;
|
||||
/** Whether to use SSL when connecting. */
|
||||
ssl?: boolean;
|
||||
/** The Google Cloud Project ID */
|
||||
projectId?: string;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user