1
0
mirror of https://github.com/franjsco/tick3t synced 2025-06-05 22:19:18 +02:00
Files
tick3t/src/config.js
2019-07-03 09:12:10 +02:00

4 lines
119 B
JavaScript

export const config = {
appName: 'tick3t',
baseURL: process.env.REACT_APP_API_URL || 'http://localhost:3001/api/'
}