forked from TrueCloudLab/certificates
Fix docs database link.
This commit is contained in:
parent
30e38dc501
commit
d40c029582
1 changed files with 2 additions and 2 deletions
|
@ -108,14 +108,14 @@ and respond to requests.
|
||||||
* `logger`: the default logging format for the CA is `text`. The other option
|
* `logger`: the default logging format for the CA is `text`. The other option
|
||||||
is `json`.
|
is `json`.
|
||||||
|
|
||||||
* `db`: data persistence layer. See [database documentation](./db.md) for more
|
* `db`: data persistence layer. See [database documentation](./database.md) for more
|
||||||
info.
|
info.
|
||||||
|
|
||||||
- type: `badger`, `bbolt`, `mysql`, etc.
|
- type: `badger`, `bbolt`, `mysql`, etc.
|
||||||
|
|
||||||
- dataSource: `string` that can be interpreted differently depending on the
|
- dataSource: `string` that can be interpreted differently depending on the
|
||||||
type of the database. Usually a path to where the data is stored. See
|
type of the database. Usually a path to where the data is stored. See
|
||||||
the [database configuration docs](./db.md#configuration) for more info.
|
the [database configuration docs](./database.md#configuration) for more info.
|
||||||
|
|
||||||
- database: name of the database. Used for backends that may have
|
- database: name of the database. Used for backends that may have
|
||||||
multiple databases. e.g. MySQL
|
multiple databases. e.g. MySQL
|
||||||
|
|
Loading…
Reference in a new issue