mirror of
https://github.com/MvDevsUnion/WPetition.git
synced 2026-01-27 07:49:28 +00:00
Implement Turnstile captcha for petition signing and add tweet prompt modal
This commit is contained in:
@@ -1,8 +1,19 @@
|
||||
{
|
||||
"Turnstile": {
|
||||
"SecretKey": "your-turn"
|
||||
},
|
||||
"PetitionSettings": {
|
||||
"AllowPetitionCreation": true
|
||||
},
|
||||
"MongoDbSettings": {
|
||||
"ConnectionString": "mongodb://localhost:27017",
|
||||
"DatabaseName": "petition_database"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user