Skip to content

Commit 93c29c2

Browse files
authored
Merge pull request #1941 from numbersprotocol/docs-env-keys
change(README.md): add necessary env keys to build the app
2 parents 83721da + accac2c commit 93c29c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ Install the dependencies.
1818
npm i
1919
```
2020

21-
Set the system environment variables `NUMBERS_STORAGE_BASE_URL`, `NUMBERS_STORAGE_TRUSTED_CLIENT_KEY`, and `NUMBERS_BUBBLE_DB_URL` before building the app by appending the following string in `~/.profile`:
21+
Set the system environment variables `NUMBERS_STORAGE_BASE_URL`, `NUMBERS_STORAGE_TRUSTED_CLIENT_KEY`, `NUMBERS_BUBBLE_DB_URL`, `BUBBLE_API_URL` and `APPS_FLYER_DEV_KEY` before building the app by appending the following string in `~/.profile`:
2222

2323
```txt
2424
export NUMBERS_STORAGE_BASE_URL="THE PRIVATE BASE URL"
2525
export NUMBERS_STORAGE_TRUSTED_CLIENT_KEY="THE TRUSTED CLIENT KEY"
2626
export NUMBERS_BUBBLE_DB_URL="THE BUBBLE DB URL"
27+
export BUBBLE_API_URL="BUBBLE API URL"
28+
export APPS_FLYER_DEV_KEY="APPS FLYER DEV KEY
2729
```
2830

2931
Preview the app in web browser.

0 commit comments

Comments
 (0)