1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-09-19 05:38:48 +00:00

Add proxy support

This commit is contained in:
2020-03-30 16:07:17 +02:00
parent 69a3d7ed5b
commit 1a6cbf6dcb
2 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ export interface Configuration {
storageURL : string,
storagePath : string,
database : DatabaseConfiguration,
proxy ?: string
}
export class ConfigurationHelper {