Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancorrales committed Mar 6, 2022
1 parent 5ce781c commit db8152a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ variables:
default: 3000
- name: sitePath
description: Path to the static embedded foler
- name: organization
description: Name of the GH organization
- name: DBPassword
description: DB Password for integration tests
secret: true
- name: organization
description: Name of the GH organization
```
The attributes `version` and `mode` could be omited since they are ignored in this version of Templatizer. Regarding the variables, only the attribute `name`. Anyway, the usage of the attributes `description` and `default` will help us to create handier and more useful templates. Apart from that we can also use the attribute `secret` to configure variables as passwords.
Expand Down

0 comments on commit db8152a

Please sign in to comment.