more settings

This commit is contained in:
Jori Lallo
2016-05-23 22:55:42 -07:00
parent eefd871966
commit 4ca38b8a63
6 changed files with 24 additions and 15 deletions

View File

@@ -1,7 +1,8 @@
// Constant values
const constants = {
let constants;
constants = {
API_USER_AGENT: `Atlas`,
API_BASE_URL: 'http://localhost:3000/api',
API_BASE_URL: '/api',
};
export default Object.assign(keys, constants);
export default constants;