From fa91fbf4b202a8101a3901b6629e959ce8f88b69 Mon Sep 17 00:00:00 2001 From: frab1t <33671357+frab1t@users.noreply.github.com> Date: Wed, 3 Jul 2019 09:12:10 +0200 Subject: [PATCH] improvement: add config file --- src/config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/config.js diff --git a/src/config.js b/src/config.js new file mode 100644 index 0000000..12329e4 --- /dev/null +++ b/src/config.js @@ -0,0 +1,4 @@ +export const config = { + appName: 'tick3t', + baseURL: process.env.REACT_APP_API_URL || 'http://localhost:3001/api/' +} \ No newline at end of file