You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
377 B
YAML
20 lines
377 B
YAML
project_name:
|
|
type: str
|
|
help: Business project display name
|
|
default: iTi Business App
|
|
|
|
project_slug:
|
|
type: str
|
|
help: Python package name for the business project
|
|
default: iti_business_app
|
|
|
|
framework_git:
|
|
type: str
|
|
help: iTi-Flask Git URL
|
|
default: git+ssh://git@example.com/iTi-Flask.git
|
|
|
|
framework_tag:
|
|
type: str
|
|
help: iTi-Flask Git tag
|
|
default: v0.1.0
|