You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
742 B
22 lines
742 B
{
|
|
"App": {
|
|
"SelfUrl": "https://localhost:44315",
|
|
"ClientUrl": "http://localhost:4200",
|
|
"CorsOrigins": "https://*.Print.com,http://localhost:4200,https://localhost:44307,https://localhost:44312",
|
|
"RedirectAllowedUrls": "http://localhost:4200,https://localhost:44307"
|
|
},
|
|
"ConnectionStrings": {
|
|
//"Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=Print;Trusted_Connection=True"
|
|
"Default": "Server=.;Database=Print_Main;User ID=sa;Password=sasa;",
|
|
"Label": "Server=.;Database=Print_Module;User ID=sa;Password=sasa;"
|
|
},
|
|
"Cors": {
|
|
"CorsOrigins": "http://192.168.50.7:44318"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "YN9DXxIzerLT0KiN"
|
|
}
|
|
}
|
|
|