Skip to content

Commit

Permalink
fix enviorment.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktyger committed Mar 24, 2024
1 parent facb1a1 commit 1357dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: true,
domain: '/',
apiUrl: '/epic_explorer/v1',
domain: 'https://explorer.epiccash.com:8080/',
apiUrl: 'https://explorer.epiccash.com:8080/epic_explorer/v1',
EMAIL : '[email protected]',
TARGETBLOCK: 480960
};
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// The list of file replacements can be found in `angular.json`.

export const environment = {
production: true,
production: false,
domain: '/',
apiUrl: '/epic_explorer/v1',
EMAIL : '[email protected]',
Expand Down

0 comments on commit 1357dd3

Please sign in to comment.