Skip to content

Commit

Permalink
fix: pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tpmpb committed Dec 10, 2024
1 parent c4343e9 commit 8171ac1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ MIDAZ_API_PORT=3000
MIDAZ_BASE_PATH='http://${MIDAZ_API_HOST}:${MIDAZ_API_PORT}/v1'
MIDAZ_TRANSACTION_BASE_HOST='transaction'
MIDAZ_TRANSACTION_BASE_PORT=3002
MIDAZ_TRANSACTION_BASE_PATH='http://${MIDAZ_API_HOST}:${MIDAZ_TRANSACTION_BASE_PORT}/v1'
MIDAZ_TRANSACTION_BASE_PATH='http://${MIDAZ_API_HOST}:${MIDAZ_TRANSACTION_BASE_PORT}/v1'

ENABLE_DEBUG=true
ENABLE_REQUEST_TIMELINE=true
NODE_ENV=development
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development next dev -p 8081",
"dev": "next dev -p 8081",
"build": "next build",
"start": "next start -p 8081",
"lint": "next lint --fix",
Expand Down

0 comments on commit 8171ac1

Please sign in to comment.