From 94e1ea108e4c131e9d04adb0c3c0ca76e3d0c24d Mon Sep 17 00:00:00 2001 From: mihaisc Date: Mon, 11 May 2020 17:18:51 +0300 Subject: [PATCH] update config uri --- src/models/Config.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/models/Config.ts b/src/models/Config.ts index 2d7b178..be8638f 100644 --- a/src/models/Config.ts +++ b/src/models/Config.ts @@ -38,6 +38,17 @@ export class Config { */ public secretStoreUri: string + /** + * Rating Backend URL. + * @type {string} + */ + public ratingUri?: string + + /** + * Faucet URL. + * @type {string} + */ + public faucetUri?: string /** * Log level. * @type {boolean | LogLevel}