Config
adminUser
Email id of the owner of this portal.
appCode
The app code of this application.
appProviderCode
The provider code of this application.
appsServerPubKey
Apps server’s public key, used to verify the signature of the requests from aalam apps server
bizCode
The code of this portal.
centralPubKey
The central server’s public key, used to verify the signature of the request from aalam central server.
dataDir
The absolute path of the directory where this application can use to write data that it wants to persist across reboots.
entryPoint
Entry point defined by this application in its pom.xml
hooksMap
Path to the hooks map containing the application’s hook points, defined in it’s pom.xml
hostName
The hostname in which this application is running.
messagesMap
Path to the messages map containing the application’s message settings defined in it’s pom.xml
mysqlUrl
URL to the mysql database in the format mysql://username:password@hostname:port/database_name
packageDir
Application execution root path. This is where the application libraries are all present.
permissionsMap
Path to the permissions map containing the application’s permissions defined in it’s pom.xml
privKey
Path to the RSA private key used while communicating with other internal applications.
pubKey
Path to the public key of this application.
redisUrl
Url to the redis server. This will be of the format unix://:password@/abosulte/path/to/redis/socket.sock
sections
settingsMap
Path to the settings map containing the application’s settings items, defined in it’s pom.xml
staticsUrlRoot
The statics url prefix of the application as defined in it’s pom.xml
userKeysPath
The path to public keys of the users. This will be used to verify the signature of any user requests.
getArg
Application will have no use with this method. This method is used internally in the framework.
newSection
parse