Hi Developers,
In the previous article, we describe how to use config-api to configure IRIS.
Now, let's try to combine the library with the ZPM client.
The goal is to load a configuration document during zpm install at the configure phase.
For this exercise, a template repository is available here (this is based on objectscript-docker-template ).
We attempt to :
- Create a database
MYAPPDATA. - Set Globals mapping for
dc.PackageSample.*. - Add a user named
SQLUserROwith read-only SQL role access. - Add an SSL Configuration named
SSLAppDefault. - Create a REST application
/rest/myapp.
