Commit dbaf13e1 authored by Ghitha Dinan's avatar Ghitha Dinan

change secret

parent 4c029f64
......@@ -5,4 +5,4 @@ import java.io.File
const val ROOT_DIR = "D:\\app-files\\pmrms\\files\\"
val UPLOAD_DIR = "${ROOT_DIR}uploads${File.separator}"
val UPLOAD_USER_DIR = "${UPLOAD_DIR}users"
val UPLOAD_USER_DIR = "${UPLOAD_DIR}users"
package id.go.kemenag.madrasah.pmrms.auth.constant
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 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