Skip to content

Commit 2488d06

Browse files
author
Artem
committed
remove protocol sensitive env
1 parent ea548d6 commit 2488d06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configs/webpack.config.web.prod.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ const configuration: webpack.Configuration = {
7979
RI_APP_PORT: '5000',
8080
API_PREFIX: '',
8181
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',
8482
SCAN_COUNT_DEFAULT: '500',
8583
SCAN_TREE_COUNT_DEFAULT: '10000',
8684
PIPELINE_COUNT_DEFAULT: '5',

0 commit comments

Comments
 (0)