We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fefe8d commit 1071799Copy full SHA for 1071799
api/production.env
@@ -0,0 +1,3 @@
1
+APP_TOKEN_KEY=MIGRATION_V2
2
+PORT=5001
3
+
ui/.env.local
@@ -0,0 +1,6 @@
+REACT_APP_WEBSITE_BASE_URL="http://localhost:3000/"
+REACT_APP_BASE_API_URL="http://localhost:5001/"
+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