From b336035e2d7259e57d2fc7eabec2575b15397045 Mon Sep 17 00:00:00 2001 From: Pankaj Rawat Date: Tue, 21 Aug 2018 18:09:06 +0530 Subject: [PATCH] rename custom.example.ts to custom.ts --- src/config/custom.example/{custom.example.ts => custom.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/config/custom.example/{custom.example.ts => custom.ts} (95%) diff --git a/src/config/custom.example/custom.example.ts b/src/config/custom.example/custom.ts similarity index 95% rename from src/config/custom.example/custom.example.ts rename to src/config/custom.example/custom.ts index 861288db..ebfaa847 100644 --- a/src/config/custom.example/custom.example.ts +++ b/src/config/custom.example/custom.ts @@ -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',