20 lines
673 B
JSON
20 lines
673 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"JWTConfig": {
|
|
"issuer": "nabaksoft.ir",
|
|
"audience": "Complex",
|
|
"Key": "{A3D3D34D-AAF0-4CBA-B19D-B13AC6BC0E74}"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"ComplexConnection": "data source=.;initial catalog=ComplexDB;MultipleActiveResultSets=True;User ID=sa;Password=110qwER;",
|
|
"MariaDbConnectionString2": "server=may.iran.liara.ir;user id=root;password=MGDySRSrrBqfSwE4veX0uSNB;database=trusting_diffie;port=31101",
|
|
"MariaDbConnectionString": "server=localhost;port=3306;database=Complex;user=root;password=110"
|
|
}
|
|
}
|