Skip to content

Commit

Permalink
rename custom.example.ts to custom.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrawat1 committed Aug 21, 2018
1 parent 9b06906 commit b336035
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CUSTOM_APP_DATA } from './app-data';
import { CUSTOM_META_DATA } from './meta-data';

export const CUSTOM_EXAMPLE_CONFIG = {
export const CUSTOM_CONFIG = {
// Add Your custom configs here
prodApiEndpoint: 'http://my-prod.api.example.com/',
appName: 'Custom App Name',
Expand Down

0 comments on commit b336035

Please sign in to comment.