mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
export const config = {
|
|
appName: 'tick3t',
|
|
baseURL: process.env.REACT_APP_API_URL || 'http://localhost:3001/api/'
|
|
} |