mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
improvement: add config file
This commit is contained in:
4
src/config.js
Normal file
4
src/config.js
Normal file
@ -0,0 +1,4 @@
|
||||
export const config = {
|
||||
appName: 'tick3t',
|
||||
baseURL: process.env.REACT_APP_API_URL || 'http://localhost:3001/api/'
|
||||
}
|
Reference in New Issue
Block a user