[성현모] VPKI_DataDB DB프로젝트 추가, DB스크립트 추가
This commit is contained in:
69
Projects/Config/WebApi.VpkiApi.Config.json
Normal file
69
Projects/Config/WebApi.VpkiApi.Config.json
Normal file
@ -0,0 +1,69 @@
|
||||
{
|
||||
"Server": {
|
||||
"Address": "https://*",
|
||||
"Port": 8080,
|
||||
"IIS": false
|
||||
},
|
||||
"API": [
|
||||
{
|
||||
"ApiName": "vpkira",
|
||||
"Address": "https://vpkira.hmckmc.co.kr/"
|
||||
}
|
||||
],
|
||||
"Auth": {
|
||||
"issuer": "vpki.api",
|
||||
"audience": "vpki",
|
||||
"accessTokenSecret": "t6zdogyrT0U1bYw3gJvMm3JHmj2Iyawr7O2WKE2truX+MK0l/XNGmpU2ofagdUWBN4DxAUv7c8xSYVv/8abL6A==",
|
||||
"accessTokenExpires": 60, //minutes
|
||||
"refreshTokenSecret": "1vVuoGqIqkStFI3QUXHMr0/yO1feLPnhqcfFGjZyk478+4WY7dhrUjCfVeWjmmSZYgb+rtP0X6ec+3iL35Yezw==",
|
||||
"refreshTokenExpires": 1440 //minuts, 60*24 (1day)
|
||||
},
|
||||
"DataBase": [
|
||||
{
|
||||
"IP": "127.0.0.1",
|
||||
"Port": 1433,
|
||||
"DBName": "VPKI_AccountDB",
|
||||
"DBID": 1,
|
||||
"DBContext": "VpkiAccountDbContext",
|
||||
"UserID": "VPKI",
|
||||
"Password": "Kefico!@34"
|
||||
},
|
||||
{
|
||||
"IP": "127.0.0.1",
|
||||
"Port": 1433,
|
||||
"DBName": "VPKI_AccountDB_DEV",
|
||||
"DBID": 2,
|
||||
"DBContext": "VpkiAccountDbContext",
|
||||
"UserID": "VPKI",
|
||||
"Password": "Kefico!@34"
|
||||
},
|
||||
{
|
||||
"IP": "127.0.0.1",
|
||||
"Port": 1433,
|
||||
"DBName": "VPKI_DataDB",
|
||||
"DBID": 1,
|
||||
"DBContext": "VpkiDataDbContext",
|
||||
"UserID": "VPKI",
|
||||
"Password": "Kefico!@34"
|
||||
},
|
||||
{
|
||||
"IP": "127.0.0.1",
|
||||
"Port": 1433,
|
||||
"DBName": "VPKI_DataDB_DEV",
|
||||
"DBID": 2,
|
||||
"DBContext": "VpkiDataDbContext",
|
||||
"UserID": "VPKI",
|
||||
"Password": "Kefico!@34"
|
||||
}
|
||||
],
|
||||
"Openssl": {
|
||||
"Path": "C:/Program Files/OpenSSL-Win64/bin/openssl.exe",
|
||||
"SubCAPath": "../SubCA/",
|
||||
"SubCA": {
|
||||
"prov_v1": "SubCA_P02OEM.pem",
|
||||
"prov_cert": "SubCA_P20OEM.pem",
|
||||
"vehicle_cert": "SubCA_P20VHC.pem"
|
||||
},
|
||||
"RootCA": "hkmcrootca.pem"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user