diff options
-rw-r--r-- | client/src/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/config.js b/client/src/config.js index 8007eda..2ca0e70 100644 --- a/client/src/config.js +++ b/client/src/config.js @@ -1,3 +1,3 @@ -const API_BASE_URL = 'http://10.0.0.164:8000'; +const API_BASE_URL = process.env.REACT_APP_API_BASE_URL || 'http://10.0.0.164:8000'; export default API_BASE_URL; |