1
0
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:
frab1t 2019-07-03 09:12:10 +02:00
parent 154a0f850f
commit fa91fbf4b2

4
src/config.js Normal file
View File

@ -0,0 +1,4 @@
export const config = {
appName: 'tick3t',
baseURL: process.env.REACT_APP_API_URL || 'http://localhost:3001/api/'
}