Skip to content

Commit

Permalink
Merge pull request #190 from PDOK/crd-formatting2
Browse files Browse the repository at this point in the history
chore(crd): remove some special chars from the descriptions to make P…
  • Loading branch information
rkettelerij authored May 15, 2024
2 parents 58faee7 + 2b7522d commit e837762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ type GeoPackageCloud struct {
// For example 'azure?emulator=127.0.0.1:10000&sas=0' or 'google'
Connection string `yaml:"connection" json:"connection" validate:"required"`

// Username of the storage account, e.g: devstoreaccount1 when using Azurite
// Username of the storage account, like devstoreaccount1 when using Azurite
User string `yaml:"user" json:"user" validate:"required"`

// Some kind of credential like a password or key to authenticate with the storage backend, e.g:
Expand Down

0 comments on commit e837762

Please sign in to comment.