client/src/config.js
author ymh <ymh.work@gmail.com>
Thu, 22 Jun 2017 12:09:48 +0200
changeset 74 043477fd5c5c
parent 54 fad489be9c77
child 87 dbcee57de2c6
permissions -rw-r--r--
add api call to save notes. internally use ts for time data for notes and session

// define application configuration

export default {
  apiRootUrl: process.env.REACT_APP_API_ROOT_URL,
  basename: process.env.REACT_APP_BASENAME
}