{ "Turnstile": { "SecretKey": "your-turn" }, "PetitionSettings": { "AllowPetitionCreation": true }, "MongoDbSettings": { "ConnectionString": "mongodb://localhost:27017", "DatabaseName": "petition_database" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }