Skip to content

Commit 1071799

Browse files
committed
feat:added env files in api and ui service
1 parent 2fefe8d commit 1071799

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

api/production.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
APP_TOKEN_KEY=MIGRATION_V2
2+
PORT=5001
3+

ui/.env.local

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
REACT_APP_WEBSITE_BASE_URL="http://localhost:3000/"
2+
REACT_APP_BASE_API_URL="http://localhost:5001/"
3+
REACT_APP_API_VERSION=v2
4+
REACT_APP_HOST="http://localhost:3000"
5+
REACT_APP_UPLOAD_SERVER="http://localhost:4002/"
6+
REACT_APP_OFFLINE_CMS=true

0 commit comments

Comments
 (0)