Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Oct 12, 2024
1 parent 53e83f7 commit 1d49a95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion cli/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ const devModeBanner = `
`

const developmentDescription = `Enables a set of features that make development easier but should not be enabled in production:
const developmentDescription = `Enables a set of features that make development easier but should not be enabled
in production:
- allows purging of all persisted data
- generates temporary node identity if keyring is disabled
`
Expand Down
4 changes: 3 additions & 1 deletion docs/website/references/cli/defradb_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ defradb start [flags]

```
--allowed-origins stringArray List of origins to allow for CORS requests
--development Enables a set of features that make development easier but should not be enabled in production:
--development Enables a set of features that make development easier but should not be enabled
in production:
- allows purging of all persisted data
- generates temporary node identity if keyring is disabled
Expand Down
2 changes: 1 addition & 1 deletion http/openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var openApiSchemas = map[string]any{
"acp_relationship_add_result": &client.AddDocActorRelationshipResult{},
"acp_relationship_delete_request": &deleteDocActorRelationshipRequest{},
"acp_relationship_delete_result": &client.DeleteDocActorRelationshipResult{},
"identity": &identity.RawIdentity{},
"identity": &identity.PublicRawIdentity{},
}

func NewOpenAPISpec() (*openapi3.T, error) {
Expand Down

0 comments on commit 1d49a95

Please sign in to comment.