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 cd595c6 commit 5ba17f3Copy full SHA for 5ba17f3
app/src/serverConfig.js
@@ -1,12 +1,13 @@
1
const isProduction = process.env.NODE_ENV === 'production';
2
+
3
const serverConfig = {
4
DEV_PORT: 5656,
5
API_BASE_URL: isProduction
- ? 'https://localhost:5656'
6
+ ? 'http://localhost:5656'
7
: 'http://localhost:5656',
8
// : 'http://localhost:8080',
9
API_BASE_URL2: isProduction
10
11
: 'http://localhost:8080'
12
};
13
// module.exports = config;
config.js
@@ -1,4 +1,5 @@
const config = {
0 commit comments