Skip to content

Commit

Permalink
Version setting is now product_version
Browse files Browse the repository at this point in the history
  • Loading branch information
jyejare committed Jan 11, 2024
1 parent 8cbba49 commit 4f58983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion candore/modules/api_lister.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class APILister:
def __init__(self, settings):
self.explorer = AsyncExplorer(
name=settings.candore.product_name,
version=settings.candore.version,
version=settings.candore.product_version,
host_url=settings.candore.base_url,
base_path=settings.candore.docpath,
parser=settings.candore.parser,
Expand Down
2 changes: 1 addition & 1 deletion settings.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ candore:
username:
password:
product_name: satellite
version: 6.14
product_version: 6.14
docpath: /apidoc
parser: apipie
var_file: "@jinja conf/variations/{{this.candore.version | replace('.', '_')}}.yaml"

0 comments on commit 4f58983

Please sign in to comment.