-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tp
committed
Aug 26, 2019
1 parent
a73cc8c
commit a701901
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |