mirror of
https://github.com/MvDevsUnion/WPetition.git
synced 2026-01-13 08:59:29 +00:00
20 lines
377 B
JSON
20 lines
377 B
JSON
{
|
|
"Turnstile": {
|
|
"SecretKey": "your-turn"
|
|
},
|
|
"PetitionSettings": {
|
|
"AllowPetitionCreation": true
|
|
},
|
|
"MongoDbSettings": {
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
"DatabaseName": "petition_database"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|