ba9efc2be0
- 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
8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
[database]
|
|
name = "vulcanize_public"
|
|
hostname = "localhost"
|
|
port = 5432
|
|
|
|
[client]
|
|
ipcPath = <local node's IPC filepath>
|