mirror of
https://github.com/MvDevsUnion/WPetition.git
synced 2026-02-27 20:40:36 +00:00
28 lines
567 B
JSON
28 lines
567 B
JSON
{
|
|
"Turnstile": {
|
|
"SecretKey": "your-turn"
|
|
},
|
|
"PetitionSettings": {
|
|
"AllowPetitionCreation": true
|
|
},
|
|
"MongoDbSettings": {
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
"DatabaseName": "petition_database"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AdminSettings": {
|
|
"Username": "admin",
|
|
"Password": "admin123"
|
|
},
|
|
"Jwt": {
|
|
"Key": "dev-secret-key-that-is-at-least-32-characters-long!",
|
|
"Issuer": "SubmissionApi"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|