files tree made better.
This commit is contained in:
parent
ffbf032480
commit
ccc91bbf19
1630 changed files with 18209 additions and 41860 deletions
70
src/Yavsc/appsettings.lua.json
Executable file
70
src/Yavsc/appsettings.lua.json
Executable file
|
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"Site": {
|
||||
"Authority": "lua.pschneider.fr",
|
||||
"Title": "Lua",
|
||||
"Slogan": null,
|
||||
"Banner": "/images/logo-lua.png",
|
||||
"Owner": {
|
||||
"Name": "Paul",
|
||||
"EMail": "paul@pschneider.fr"
|
||||
},
|
||||
"Admin": {
|
||||
"Name": "Paul",
|
||||
"EMail": "contact@pschneider.fr"
|
||||
},
|
||||
"FavIcon": "/favicon-lua.ico",
|
||||
"Avatars": "Lua-Avatars",
|
||||
"Quota": 200000000,
|
||||
"Bills": "Lua-Bills",
|
||||
"Blog": "Lua-Blog",
|
||||
"TempDir": "Temp-Lua"
|
||||
},
|
||||
"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=lua;Username=lua;Password=vEk5g#K3;"
|
||||
}
|
||||
},
|
||||
"Authentication": {
|
||||
"Google": {
|
||||
"ApiKey": "AIzaSyATlg-wFCJXW658LfgqE1hm-R0tqPdwyNQ",
|
||||
"BrowserApiKey": "AIzaSyCC_Dwpf2bTNybhpUsii-elIHyRnapduSY",
|
||||
"GoogleServiceAccountJson": "google-secret.json",
|
||||
"GoogleWebClientJson": "yavsc-client-secret.json"
|
||||
},
|
||||
"PayPal": {
|
||||
"Mode": "production",
|
||||
"ClientId": "Aav5rtTakRBgu_2DgeRTJ0Y81RmXW3B-_vQQJrEeZrghPbFnikpVRsvn_o9hzeL0uT3SRD9g_s8N8rlt",
|
||||
"Secret": "ECB7ybEFuyyY2AsQRataesWqDGwDEdajhEKTzQ2jPGmmjZe_kRBv285ek7Ip6JzvfEgdb5pMptUCTL4r",
|
||||
"UserId": "paulschneider_api1.free.fr",
|
||||
"Password": "EVLFXTG6JRV378BK",
|
||||
"Signature": "Ad2aAFQrMkcl4QMTWrTUtDESnXcEAZClEyq4QVujP3RzMqLcaZOKQ.x1"
|
||||
},
|
||||
"Facebook": {
|
||||
"ClientId": "552433071604577",
|
||||
"ClientSecret": "53cc85ae05b5f267f1d468d402d84878"
|
||||
},
|
||||
"Societeinfo": {
|
||||
"ApiKey": "1b631h12vctbu25cqk2snlgbubebak6fd2f39t82jp7614a1asl"
|
||||
},
|
||||
"GitHub": {
|
||||
"ApiKey": " f248b78b21ee57f54a6cce7e7014f8ebf0620577"
|
||||
},
|
||||
"Twitter": {
|
||||
"ClientId": "fJAhbkzk9WZdTpCyjGHw1wBbx",
|
||||
"ClientSecret": "2tP84RWq6VkY4iwgQE9Rb75Nc5lmdX6XU2ppNMxF4h7ErBCbyg"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue