Commit c5aabb46 authored by Ghitha Dinan's avatar Ghitha Dinan

add send email

parent e88e732d
Pipeline #407 canceled with stages
package id.go.kemenag.madrasah.pmrms.notif.constant package id.go.kemenag.madrasah.pmrms.notif.constant
const val EXPIRATION_TIME: Long = 864000000 // 10 days (1 hour = 3600000) const val EXPIRATION_TIME: Long = 864000000 // 10 days (1 hour = 3600000)
const val SECRET = "INOVASI-DAERAH" const val SECRET = "PMRMS-2022"
const val TOKEN_PREFIX = "Bearer " const val TOKEN_PREFIX = "Bearer "
const val HEADER_STRING = "Authorization" const val HEADER_STRING = "Authorization"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment