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 e4a74b1 commit 4b547e2Copy full SHA for 4b547e2
public/index.html
@@ -23,7 +23,7 @@
23
window.systemSettings = {};
24
window.userSettings = {};
25
window.web_version = !'%REACT_APP_BACKEND%';
26
- window.custom_backend = 'http://ydb-vla-dev02-000.search.yandex.net:8765';
+ window.custom_backend = '%NODE_ENV%' === 'development' && '%REACT_APP_BACKEND%';
27
window.meta_backend = '%REACT_APP_META_BACKEND%'
28
</script>
29
</head>
0 commit comments