// The config file is in the format as follows:
// SMS Settings IN Config
app{
sms{
senderId = "KRISHNA"
}
}
// senderId access as follows : grailsApplication.config.app.sms.senderId
// SMS Settings IN Config
app{
sms{
senderId = "KRISHNA"
}
}
// senderId access as follows : grailsApplication.config.app.sms.senderId
No comments:
Post a Comment