Created
January 24, 2021 21:26
-
-
Save vinimonteiro/b34c8722024e1189beeca27e10ec35da to your computer and use it in GitHub Desktop.
grommet-swagger-spring possible parameters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#None of these properties are required. There are default values if not provided. | |
#If embedded in another application, the values are taken from there, from the application application.properties | |
#If not provided, theme=grommet | |
grommet-swagger.theme=hpe | |
#If not provided, open-api-url-path=/v3/api-docs | |
grommet-swagger.open-api-url-path=/v3/api-docs | |
#If not provided, route-prefix=grommet-swagger | |
grommet-swagger.route-prefix=/api | |
#Not required if accessed via localhost or internal server url. | |
#However, if accessed via vanity url or load balancer, this property is required. | |
#grommet-swagger.app-url=https://developer.x.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment