GluuFederation / community-edition-setup

Scripts and templates to automate deployment and configuration of the Gluu Server Community Edition
https://gluu.org/docs/ce
MIT License
188 stars 58 forks source link

feat: all setup properties should be able to provided by args #956

Closed devrimyatar closed 1 year ago

devrimyatar commented 1 year ago

Add -properties option to setup.py so that we can provide all properties via argument. We can provide properties as follows: -properties="prop1:val1,prop2:val2"