Skip to content

Commit

Permalink
fix api responses
Browse files Browse the repository at this point in the history
Signed-off-by: Musilah <[email protected]>
  • Loading branch information
Musilah committed Feb 16, 2025
1 parent 631c5aa commit 4582bcf
Show file tree
Hide file tree
Showing 2 changed files with 659 additions and 726 deletions.
5 changes: 3 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ user_token = ""
[remotes]
bootstrap_url = "http://localhost:9013"
certs_url = "http://localhost:9019"
domains_url = "http://localhost:8189"
domains_url = "http://localhost:9003"
host_url = "http://localhost"
http_adapter_url = "http://localhost:8008"
invitations_url = "http://localhost:9020"
journal_url = "http://localhost:9021"
reader_url = "http://localhost:9011"
clients_url = "http://localhost:9000"
channels_url = "http://localhost:9005"
clients_url = "http://localhost:9006"
tls_verification = false
users_url = "http://localhost:9002"
Loading

0 comments on commit 4582bcf

Please sign in to comment.