Updates to README

- update configuration section
- remove creating and migrating the db as a prerequisite for running test - it doesn't seem to be necessary
- add a public.toml.example config file to be copied and updated locally
This commit is contained in:
Elizabeth Engelman
2018-04-09 17:29:31 -05:00
parent edf3dbe00c
commit ba9efc2be0
2 changed files with 36 additions and 29 deletions
+7
View File
@@ -0,0 +1,7 @@
[database]
name = "vulcanize_public"
hostname = "localhost"
port = 5432
[client]
ipcPath = <local node's IPC filepath>