I installed all env for google cloud app engine development server and datastore emulator. And I run the datastore emulator first.
gcloud beta emulators datastore start
and start dev-appengine server.
dev_appserver.py app.yaml
How can I check devappserver works with the datastore emulator?
datastore env is DATASTORE_EMULATOR_HOST_PATH=localhost:8081/datastore localhost:8000/datastore works normally, but localhost:8081/datastore doesn't work.