mirror of
https://github.com/franjsco/tick3t
synced 2024-12-26 17:33:27 +01:00
improvement: add config file
This commit is contained in:
parent
154a0f850f
commit
fa91fbf4b2
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/'
|
||||
}
|
Loading…
Reference in New Issue
Block a user