mirror of
https://github.com/MvDevsUnion/WPetition.git
synced 2026-01-13 17:09:28 +00:00
17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"PetitionSettings": {
|
|
"AllowPetitionCreation": true
|
|
},
|
|
"MongoDbSettings": {
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
"DatabaseName": "petition_database"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|