Files
psf-memo-indexer/production/docker/memo-client/.env-example
T

10 lines
297 B
Plaintext
Raw Normal View History

2026-07-15 10:11:32 -07:00
# 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