mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-indexer.git
synced 2026-09-21 16:52:02 -07:00
10 lines
297 B
Plaintext
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
|