aswi2022code-of-duty-gitlab/frontend/src/config/conf.ts @ 4a2ac9a8
1 |
const conf = { |
---|---|
2 |
baseUrl: process.env.REACT_APP_API_BASE_URL || 'http://localhost:8080' |
3 |
}
|
4 |
|
5 |
export default conf; |