Skip to content

Commit 4b547e2

Browse files
committed
fix: url
1 parent e4a74b1 commit 4b547e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
window.systemSettings = {};
2424
window.userSettings = {};
2525
window.web_version = !'%REACT_APP_BACKEND%';
26-
window.custom_backend = 'http://ydb-vla-dev02-000.search.yandex.net:8765';
26+
window.custom_backend = '%NODE_ENV%' === 'development' && '%REACT_APP_BACKEND%';
2727
window.meta_backend = '%REACT_APP_META_BACKEND%'
2828
</script>
2929
</head>

0 commit comments

Comments
 (0)