Skip to content

Commit cd595c6

Browse files
committed
we also cant provide a secure connection yet
1 parent a41a6fe commit cd595c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ const isProduction = process.env.NODE_ENV === 'production';
22
const config = {
33
DEV_PORT: 5656,
44
API_BASE_URL: isProduction
5-
? 'https://localhost:5656'
5+
? 'http://localhost:5656'
66
: 'http://localhost:5656',
77
// Note, here is where you need to change if you are hosting on a differnt place.
88
// : 'http://localhost:8080',
99
API_BASE_URL2: isProduction
10-
? 'https://localhost:5656'
10+
? 'http://localhost:5656'
1111
: 'http://localhost:8080'
1212
};
1313
module.exports = config;

0 commit comments

Comments
 (0)