Skip to content

Commit

Permalink
Edit app name
Browse files Browse the repository at this point in the history
  • Loading branch information
tp committed Aug 26, 2019
1 parent a73cc8c commit a701901
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Rule</title>
<title>React boilerplate</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
12 changes: 6 additions & 6 deletions src/config/constant.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const KEY_PERSIST_STORE = 'rule-web-app'
export const SERVER_URL = process.env.REACT_APP_SERVER_URL || 'http://localhost:3001'
export const API_URL = process.env.REACT_APP_API_URL || 'http://localhost:3001/api'
export const BASE_PATH = process.env.REACT_APP_BASE_PATH
export const GTM_ID = process.env.REACT_APP_GTM_ID
export const I18N_USE_DEFAULT_LANGUAGE = process.env.REACT_APP_I18N_USE_DEFAULT_LANGUAGE
export const KEY_PERSIST_STORE = 'react-boilerplate-web-app';
export const SERVER_URL = process.env.REACT_APP_SERVER_URL || 'http://localhost:3001';
export const API_URL = process.env.REACT_APP_API_URL || 'http://localhost:3001/api';
export const BASE_PATH = process.env.REACT_APP_BASE_PATH;
export const GTM_ID = process.env.REACT_APP_GTM_ID;
export const I18N_USE_DEFAULT_LANGUAGE = process.env.REACT_APP_I18N_USE_DEFAULT_LANGUAGE;

0 comments on commit a701901

Please sign in to comment.