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 e24be54 commit 5b821d4Copy full SHA for 5b821d4
config.js
@@ -1,13 +1,11 @@
1
const isProduction = process.env.NODE_ENV === 'production';
2
-
3
const config = {
4
DEV_PORT: 5656,
5
API_BASE_URL: isProduction
6
- ? 'http://reactypev15-env.eba-mbvivk7k.us-east-1.elasticbeanstalk.com'
7
- : 'http://localhost:8080',
+ ? 'https://app.reactype.dev'
+ : 'http://localhost:5656',
8
API_BASE_URL2: isProduction
9
10
: 'http://localhost:8080',
11
};
12
13
module.exports = config;
0 commit comments