Adding .env.development

This commit is contained in:
Chris Troutner
2026-08-26 05:37:22 -07:00
parent 61536d025f
commit 401075cda6
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
# psf-memo-db REST API base URL (no trailing slash).
# Used at build time by Create React App (must be prefixed with REACT_APP_).
#REACT_APP_MEMO_DB_URL=http://localhost:5021
REACT_APP_MEMO_DB_URL=https://memo-api.fullstackcash.net
+1 -1
View File
@@ -1,4 +1,4 @@
'use strict'
// Build the optimistic reply object used by the reply form for immediate // Build the optimistic reply object used by the reply form for immediate
// thread rendering before the thread is refreshed from the network. This is a // thread rendering before the thread is refreshed from the network. This is a