Merge pull request #20 from google/datastores

Add documentation for datastore config
This commit is contained in:
Jason 2021-10-15 09:53:53 +11:00 committed by GitHub
commit 8eb2de5d38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,12 @@ sudo docker-compose up -d
Note: To stop the containers (and purge the stored data) run
`sudo docker-compose down` from the `docker` directory.
dfDewey will try to connect to datastores on localhost by default. If running
datastores on separate servers, copy the config file template
`dfdewey/config/config_template.py` to `~/.dfdeweyrc` and adjust the server
connection settings in the file. You can also specify a different config file
location on the command line using `-c`.
## Installation
```shell