6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
|
const config = {
|
||
|
APP_URL: 'http://localhost:3000',
|
||
|
// API_URL: 'http://localhost:8080/v1',
|
||
|
};
|
||
|
|
||
|
export { config }
|