Skip to content

Commit

Permalink
Add missing config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ainmosni committed Nov 20, 2024
1 parent f39ee8e commit 5b3fb11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/dev-dataspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Note, inside the docker-compose network, their names are also their hostnames.
And to see if everything works correctly, try to request the provider's catalog:

```bash
$ run-dsp -f ./dev-dataspace.conf client getcatalog http://run-dsp-provider:8080
$ run-dsp -f ./run-dsp.toml client getcatalog http://run-dsp-provider:8080
```

This should display a catalog of two separate files, for more information on how to use the client,
Expand Down
8 changes: 8 additions & 0 deletions docs/development/dev-dataspace/run-dsp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### GLOBAL OPTIONS ###
debug = true # Sets the output to a human readable format and sets the log level to debug. ($DEBUG)
logLevel = "debug" # Sets the log level. Valid values: debug/info/warn/error ($LOGLEVEL)

[client]
address = "127.0.0.1:18081"
insecure = true
authMD = "User1"

0 comments on commit 5b3fb11

Please sign in to comment.