Skip to content

Commit

Permalink
docs: explain how to visualize the content of the Bolt DB
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 8, 2021
1 parent d84ba22 commit 21d5448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/hub/config.md
Expand Up @@ -106,6 +106,8 @@ Below are common examples of valid DSNs showing a combination of available value
# custom options
transport_url bolt://database.db?bucket_name=demo&size=1000&cleanup_frequency=0.5

You can visualize and edit the content of the database using [boltdbweb](https://github.com/evnix/boltdbweb).

## Legacy Server

The legacy Mercure.rocks Hub is configurable using [environment variables](https://en.wikipedia.org/wiki/Environment_variable) (recommended in production, [twelve-factor app methodology](https://12factor.net/)), command line flags and configuration files (JSON, TOML, YAML, HCL, envfile and Java properties files are supported).
Expand Down

0 comments on commit 21d5448

Please sign in to comment.