forked from AcaMate/AcaMate_API
Compare commits
5 Commits
b5021eaaa4
...
71c93ed185
Author | SHA1 | Date | |
---|---|---|---|
71c93ed185 | |||
bb128ef9b8 | |||
3ac1062d3c | |||
111a72ece8 | |||
c3ac76a94e |
BIN
private/AM_Push.p12
Executable file
BIN
private/AM_Push.p12
Executable file
Binary file not shown.
BIN
private/AM_Push_Sandbox.p12
Executable file
BIN
private/AM_Push_Sandbox.p12
Executable file
Binary file not shown.
6
private/AuthKey_ZJ9G89X363.p8
Executable file
6
private/AuthKey_ZJ9G89X363.p8
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
-----BEGIN PRIVATE KEY-----
|
||||||
|
MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQg6emrDnIcwTOK1ukR
|
||||||
|
XP46LlSNM/isjoaaG78or+rl+iegCgYIKoZIzj0DAQehRANCAAQGw7HGRWmnAFPA
|
||||||
|
KUtVd8JTJp5ghjm6yV0EHmcbG7peM30MvirvBekankhkIFKQftqjsV7CY+MLKvmP
|
||||||
|
MBpKlcai
|
||||||
|
-----END PRIVATE KEY-----
|
3
private/appleKeys.json
Executable file
3
private/appleKeys.json
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"Password" :"ZJ9G89X363"
|
||||||
|
}
|
5
private/dbSetting.json
Executable file
5
private/dbSetting.json
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"ConnectionStrings": {
|
||||||
|
"MariaDbConnection": "server=ipstein.myds.me;port=8003;database=AcaMate;user=root;password=AcaMaterootPW;"
|
||||||
|
}
|
||||||
|
}
|
11
private/jwtSetting.Development.json
Executable file
11
private/jwtSetting.Development.json
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"JwtSettings": {
|
||||||
|
"SecretKey": "QWNhTWF0ZS1TZWNyZXRLZXlfTWFkZUJ5J1RlYW0uU3RlaW5BbmRPd25lclNlYW5BbmRJbXBvcnRhbnRfTnVtYmVyLTk0MDUwOSE=",
|
||||||
|
"Issuer": "AcaMate",
|
||||||
|
"Audience": "https:/devacamate.ipstein.myds.me",
|
||||||
|
"ExpiryMinutes": 10,
|
||||||
|
"ClockSkewMinutes": 5,
|
||||||
|
"RefreshTokenExpiryDays": 7
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// SecretKey 의 길이는 최소 256bit(32byte)는 넘어야 함
|
15
private/jwtSetting.json
Executable file
15
private/jwtSetting.json
Executable file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"JwtSettings": {
|
||||||
|
"SecretKey": "QWNhTWF0ZS1TZWNyZXRLZXlfTWFkZUJ5J1RlYW0uU3RlaW5BbmRPd25lclNlYW5BbmRJbXBvcnRhbnRfTnVtYmVyLTk0MDUwOSE=",
|
||||||
|
"Issuer": "AcaMate",
|
||||||
|
"Audience": "https://acamate.ipstein.myds.me",
|
||||||
|
// 엑세스 토큰 유효기간 (분)
|
||||||
|
"ExpiryMinutes": 10,
|
||||||
|
// 서버와 클라이언트 간 시간차이 보정 (분)
|
||||||
|
"ClockSkewMinutes": 5,
|
||||||
|
// 리프레시 토큰의 유효기간 (일)
|
||||||
|
"RefreshTokenExpiryDays": 7
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// SecretKey 의 길이는 최소 256bit(32byte)는 넘어야 함
|
||||||
|
// "SecretKey": "AcaMate-SecretKey_MadeBy'Team.SteinAndOwnerSeanAndImportant_Number-940509!",
|
Loading…
Reference in New Issue
Block a user