Skip to content

Commit 14fa645

Browse files
authored
Update README.md (#259)
1 parent b316e10 commit 14fa645

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,6 @@ make run
2222

2323
When running locally, the GraphQL playground is available at [http://localhost:8080/](http://localhost:8080/).
2424

25-
### Running with Datastore emulator
26-
27-
Install the [Google Cloud Datastore Emulator](https://cloud.google.com/datastore/docs/tools/datastore-emulator).
28-
29-
Start the Datastore emulator:
30-
31-
```shell script
32-
gcloud beta emulators datastore start
33-
```
34-
35-
In a separate process, run the server with the `run-datastore` target:
36-
37-
```shell script
38-
make run-datastore
39-
```
40-
4125
### Configuration options
4226

4327
The following environment variables can be used to configure the API. Default values are shown below:
@@ -55,7 +39,4 @@ FLOW_SESSIONCOOKIESSAMESITENONE=false
5539

5640
FLOW_LEDGERCACHESIZE=128
5741
FLOW_STORAGEBACKEND="memory"
58-
59-
FLOW_DATASTORE_GCPPROJECTID
60-
FLOW_DATASTORE_TIMEOUT="5s"
61-
```
42+
```

0 commit comments

Comments
 (0)