Hi,
As you know, appconfigid(a...) is usually required to make a Site JSON and install an app on it.
Normal process for generating site json file via createsite has no problem, since UBOS will do it automatically.
But what if adding an additional app to the existing site by editing Site JSON file?
This automatic process is still vaild while user add additonal app to the appcofig or it needs to be specified by the user?
Generate appconfigid manually
Re: Generate appconfigid manually
You can leave it out, and specify --template in the deploy. This will cause UBOS to tolerate that some things (like the AppConfigId) is not specified, and auto-generate those it can.
Re: Generate appconfigid manually
OK, that way is much simpler than I used.
To be honest, I used the random string generator for creating 41 hex characters and it does work well when I put it in the Site JSON file.
Thanks.
To be honest, I used the random string generator for creating 41 hex characters and it does work well when I put it in the Site JSON file.
Thanks.
