Skip to content

Commit 5b821d4

Browse files
committed
server fixed
Co-authored-by: Sophia Bui <[email protected]> Co-authored-by: rachelk585 <[email protected]> Co-authored-by: Adam Vanek <[email protected]>
1 parent e24be54 commit 5b821d4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

config.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
const isProduction = process.env.NODE_ENV === 'production';
2-
32
const config = {
43
DEV_PORT: 5656,
54
API_BASE_URL: isProduction
6-
? 'http://reactypev15-env.eba-mbvivk7k.us-east-1.elasticbeanstalk.com'
7-
: 'http://localhost:8080',
5+
? 'https://app.reactype.dev'
6+
: 'http://localhost:5656',
87
API_BASE_URL2: isProduction
9-
? 'http://reactypev15-env.eba-mbvivk7k.us-east-1.elasticbeanstalk.com'
8+
? 'https://app.reactype.dev'
109
: 'http://localhost:8080',
1110
};
12-
1311
module.exports = config;

0 commit comments

Comments
 (0)