Files
yavsc/src/Yavsc/appsettings.coiffure.json

76 lines
2.4 KiB
JSON

{
"Site": {
"Authority": "coiffure.pschneider.fr",
"Title": "Soraya coiffure",
"Slogan": "Faites vous coiffer par une pro, à domicile, vite, bien, et dans une ambiance d'exception.",
"Banner": "/images/haircut/coiffure.svg",
"Owner": {
"Name": "Paul",
"EMail": "paul@pschneider.fr"
},
"Admin": {
"Name": "Paul",
"EMail": "contact@pschneider.fr"
},
"Avatars": "Coiffure-Avatars",
"FavIcon": "/favicon-coiffure.ico",
"Quota": 200000000,
"Bills": "Coiffure-Bills",
"Blog": "Coiffure-Blog",
"TempDir": "Temp-Coiffure"
},
"Smtp": {
"Host": "localhost",
"Port": 25,
"EnableSSL": false
},
"Logging": {
"IncludeScopes": true,
"LogLevel": {
"Default": "Warning",
"System": "Warning",
"Microsoft": "Warning"
}
},
"Data": {
"DefaultConnection": {
"ConnectionString": "Server=127.0.0.1;Port=5432;Database=coiffure;Username=webcoif;Password=53dl@I3FX-;"
}
},
"Authentication": {
"Google": {
"ApiKey": "AIzaSyATlg-wFCJXW658LfgqE1hm-R0tqPdwyNQ",
"BrowserApiKey": "AIzaSyCC_Dwpf2bTNybhpUsii-elIHyRnapduSY",
"GoogleServiceAccountJson": "google-secret.json",
"GoogleWebClientJson": "yavsc-client-secret.json"
},
"PayPal": {
"Mode": "production",
"Accounts": [{
"ApiUsername": "soraya.boudjouraf.sc_api1.gmail.com",
"ApiPassword": "3N25NDTG7XNYQHDA",
"Signature": "AFcWxV21C7fd0v3bYYYRCpSSRl31AbUeODptQItgpgY-Qj4Z6dS0GlEG"
}],
"ApplicationId": null,
"MerchantAccountId": "MZR33V2TLEN6C",
"MerchantAccountUserName": "soraya.boudjouraf.sc_api1.gmail.com"
},
"Facebook": {
"ClientId": "552433071604577",
"ClientSecret": "53cc85ae05b5f267f1d468d402d84878"
},
"Societeinfo": {
"ApiKey": "1b631h12vctbu25cqk2snlgbubebak6fd2f39t82jp7614a1asl"
},
"GitHub": {
"ApiKey": " f248b78b21ee57f54a6cce7e7014f8ebf0620577"
},
"Twitter": {
"ClientId": "fJAhbkzk9WZdTpCyjGHw1wBbx",
"ClientSecret": "2tP84RWq6VkY4iwgQE9Rb75Nc5lmdX6XU2ppNMxF4h7ErBCbyg"
}
}
}