mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-20 01:16:36 +00:00
Fix typo - missing closing quote (#143)
This commit is contained in:
@@ -132,7 +132,7 @@ To rollback to the JSON file store, follow these steps:
|
||||
5. Enable JSON file by updating the management.json file and setting the `Engine` field to `jsonfile` as the following example:
|
||||
```json
|
||||
"StoreConfig": {
|
||||
"Engine": "jsonfile
|
||||
"Engine": "jsonfile"
|
||||
}
|
||||
```
|
||||
6. Restart the Management service.
|
||||
@@ -146,4 +146,4 @@ To rollback to the JSON file store, follow these steps:
|
||||
You should see an entry similar to:
|
||||
```
|
||||
2023-10-19T18:55:29Z INFO management/server/store.go:72: using JSON file store engine
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user