اولین کامیت سرور جدید
This commit is contained in:
@@ -107,8 +107,8 @@ builder.Services.AddCors(options =>
|
||||
policy.AllowAnyOrigin()
|
||||
//.WithOrigins("https://localhost:7224", "http://localhost:5107"
|
||||
// , "http://195.88.208.142", "http://moadiran.ir"
|
||||
// , "https://195.88.208.142", "https://moadiran.ir"
|
||||
//, "https://195.88.208.142:440", "https://moadiran.ir:440", "https://localhost:44346")
|
||||
// , "https://195.88.208.142", "http://156.255.1.229:3101"
|
||||
//, "https://195.88.208.142:440", "http://156.255.1.229:3101:440", "https://localhost:44346")
|
||||
.AllowAnyHeader()
|
||||
.WithHeaders(HeaderNames.ContentType)
|
||||
.AllowAnyMethod();
|
||||
|
@@ -8,7 +8,7 @@
|
||||
"AllowedHosts": "*",
|
||||
"TaxPayerApi": "https://tp.tax.gov.ir/req/api/",
|
||||
"ConnectionStrings": {
|
||||
"Base": "Data Source=195.88.208.142;Initial Catalog=TaxPayer020713;User ID=sa;Password=M439610m@;TrustServerCertificate=True"
|
||||
"Base": "Data Source=156.255.1.229;Initial Catalog=TaxPayer020713;User ID=sa;Password=SAPassw0rd;TrustServerCertificate=True"
|
||||
|
||||
},
|
||||
"Fixedvalues": {
|
||||
|
Reference in New Issue
Block a user