We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea548d6 commit 2488d06Copy full SHA for 2488d06
configs/webpack.config.web.prod.ts
@@ -79,8 +79,6 @@ const configuration: webpack.Configuration = {
79
RI_APP_PORT: '5000',
80
API_PREFIX: '',
81
BASE_API_URL: 'api/',
82
- RESOURCES_BASE_URL:
83
- process.env.RI_SERVER_TLS_CERT && process.env.RI_SERVER_TLS_KEY ? 'https://localhost' : 'http://localhost',
84
SCAN_COUNT_DEFAULT: '500',
85
SCAN_TREE_COUNT_DEFAULT: '10000',
86
PIPELINE_COUNT_DEFAULT: '5',
0 commit comments