File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class ConfigBase(BaseSettings):
3636 address : str = Field (default = "http://localhost:8000" , description = "The URL to use when connecting to Infrahub." )
3737 api_token : Optional [str ] = Field (default = None , description = "API token for authentication against Infrahub." )
3838 echo_graphql_queries : bool = Field (
39- default = False , description = "If set the GraphQL query and variables will be echoed to the screen"
39+ default = False , description = "If set the GraphQL query and variables will be echoed to the screen. "
4040 )
4141 username : Optional [str ] = Field (default = None , description = "Username for accessing Infrahub" , min_length = 1 )
4242 password : Optional [str ] = Field (default = None , description = "Password for accessing Infrahub" , min_length = 1 )
You can’t perform that action at this time.
0 commit comments