提交 15f38398 编写于 作者: J Joao Moreno

introduce cacheUrl

上级 76e888f0
......@@ -100,6 +100,7 @@ export interface IEnvironment {
extensionsGallery: {
serviceUrl: string;
cacheUrl: string;
itemUrl: string;
};
......
......@@ -37,6 +37,7 @@ export interface IProductConfiguration {
expiryUrl: string;
extensionsGallery: {
serviceUrl: string;
cacheUrl: string;
itemUrl: string;
};
crashReporter: Electron.CrashReporterStartOptions;
......
......@@ -109,6 +109,7 @@ export interface IWindowConfiguration extends env.ICommandLineArguments {
crashReporter: Electron.CrashReporterStartOptions;
extensionsGallery: {
serviceUrl: string;
cacheUrl: string;
itemUrl: string;
};
welcomePage: string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册