# psf-memo-db REST API base URL (no trailing slash).
# Baked into the SPA when the memo-client image is built.
# Example: https://api.mydomain.com
#
# Usage:
#   cp .env-example .env
#   # edit REACT_APP_MEMO_DB_URL
#   docker compose build memo-client
REACT_APP_MEMO_DB_URL=http://localhost:5021
