aboutsummaryrefslogtreecommitdiff
path: root/client/src/config.js
blob: 2ca0e706b328fe11ed9d585da2f02e2cbffe39ac (plain)
1
2
3
const API_BASE_URL = process.env.REACT_APP_API_BASE_URL || 'http://10.0.0.164:8000';

export default API_BASE_URL;