[BREAKING] Change Config.Server.Documents type
[]string -> map[string]string Add DisplayName object to use in documentation-html render
This commit is contained in:
parent
6165a90d18
commit
789af54121
3 changed files with 25 additions and 16 deletions
|
@ -35,8 +35,10 @@ server:
|
|||
#
|
||||
# Also used to specify which buckets are to be created on receiving a POST request on /v1/seed
|
||||
buckets:
|
||||
- 'proces-verbaux'
|
||||
- 'politiques-et-reglements'
|
||||
'proces-verbaux': 'Procès-verbaux'
|
||||
'politiques': 'Politiques'
|
||||
'reglements': 'Règlements'
|
||||
'formulaires': 'Formulaires'
|
||||
|
||||
api:
|
||||
# Enable or disable key auth on /v1 routes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue