Skip to content

Commit

Permalink
Revert "fix: build fail test"
Browse files Browse the repository at this point in the history
This reverts commit e13caad.

Signed-off-by: hrishikesh-nalawade <[email protected]>
  • Loading branch information
hrishikesh-nalawade committed Jan 27, 2025
1 parent e13caad commit 02de538
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
"type": "java.util.Set",
"defaultValue": false,
"description": "Specifies what custom metadata are displayed in the /registry endpoint."
},
{
"name": "apiml.logging.timezone",
"type": "java.lang.String",
"defaultValue": "UTC",
"description": "Specifies the timezone to be used for logging."
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"name": "apiml.security.oidc.registry",
"type": "java.lang.String",
"description": "Specifies the distributed identities registry that will be used for identity mapping."
},
{
"name": "apiml.logging.timezone",
"type": "java.lang.String",
"defaultValue": "UTC",
"description": "Specifies the timezone to be used for logging."
}
]
}

0 comments on commit 02de538

Please sign in to comment.