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

10 lines
297 B
Plaintext

# 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