MVCPostall/Postall/appsettings.json
2025-03-25 12:04:44 -03:00

35 lines
995 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AppSecret": "GP28Q~ILuE0furAa~3zHUA-jm6EyiWCaLIkoKaQj",
"ClientID": "e913ea69-be61-4eab-b0f5-24762d15bdb5",
"Stripe": {
"SecretKey": "sua_secret_key_aqui",
"PublishableKey": "sua_publishable_key_aqui"
},
"Authentication": {
"Google": {
"AppId": "497040298141-0b44r4nod12igc34hv2chfd7ut0kbog6.apps.googleusercontent.com",
"AppSecret": "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"
},
"Facebook": {
"AppId": "963281005306692",
"AppSecret": "575839ccbb36d1457715f1f6dd0a8db9"
}
},
"Youtube": {
"ApiKey": "AIzaSyBwFTW5WRAaBupyTgayVIeaS3LjGn0gpNI"
},
"MongoDbSettings": {
"ConnectionString": "mongodb://localhost:27017",
"DatabaseName": "YouTubeChannelsDB",
"ChannelsCollectionName": "Channels",
"VideosCollectionName": "Videos",
"UserSocialCollectionName": "UserSocial"
}
}