mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
6 lines
370 B
Go
6 lines
370 B
Go
export declare const SETTING_PLUGIN = "plugin";
|
|
export declare const SETTING_PLUGIN_BASE_URL_GITHUB = "https://github.com";
|
|
export declare const SETTING_PLUGIN_BASE_URL_GITEE = "https://gitee.com";
|
|
export declare const SETTING_PLUGIN_GOPROXY_GOPROXY_CN = "https://goproxy.cn,direct";
|
|
export declare const SETTING_PLUGIN_GOPROXY_GOPROXY_IO = "https://goproxy.io,direct";
|