Skip to content

Commit 1357dd3

Browse files
committed
fix enviorment.ts files
1 parent facb1a1 commit 1357dd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/environments/environment.prod.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const environment = {
22
production: true,
3-
domain: '/',
4-
apiUrl: '/epic_explorer/v1',
3+
domain: 'https://explorer.epiccash.com:8080/',
4+
apiUrl: 'https://explorer.epiccash.com:8080/epic_explorer/v1',
55
EMAIL : '[email protected]',
66
TARGETBLOCK: 480960
77
};

src/environments/environment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// The list of file replacements can be found in `angular.json`.
44

55
export const environment = {
6-
production: true,
6+
production: false,
77
domain: '/',
88
apiUrl: '/epic_explorer/v1',
99
EMAIL : '[email protected]',

0 commit comments

Comments
 (0)