diff --git a/src/Yavsc.Api/appsettings-api.json b/src/Yavsc.Api/appsettings-api.json deleted file mode 100644 index 587646a0..00000000 --- a/src/Yavsc.Api/appsettings-api.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "AllowedHosts": "*", - "Kestrel": { - "Endpoints": { - "Https":{ - "Url": "https://localhost:3004" - } - } - } -} diff --git a/src/Yavsc.Blogs/appsettings-blogs.json b/src/Yavsc.Blogs/appsettings-blogs.json deleted file mode 100644 index 507fd719..00000000 --- a/src/Yavsc.Blogs/appsettings-blogs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "Site": { - "Title": "Yavsc Blogs", - "Description": "A collection of blogs about software development, technology, and programming.", - "Keywords": "software development, technology, programming, coding, blogs", - "Authority": "https://localhost:5001", - "Audience": "https://localhost:5005" - }, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "AllowedHosts": "*", - "Kestrel": { - "Endpoints": { - "Https": { - "Url": "https://localhost:3003" - } - } - } -} diff --git a/src/Yavsc.Org/appsettings-org.json b/src/Yavsc.Org/appsettings-org.json deleted file mode 100644 index 706d70c5..00000000 --- a/src/Yavsc.Org/appsettings-org.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning", - "Microsoft.AspNetCore.SignalR": "Debug", - "Microsoft.AspNetCore.Http.Connections": "Debug" - } - }, - "AllowedHosts": "*", - "ConnectionStrings": { - "YavscConnection": "*** via dotnet user-secrets ou variable d'environnement *** Server=[YOURSERVERNAME];Port=5432;Database=[YOURDBNAME];Username=[YOURDBUSERNAME];Password=[YOURDBPASSW];" - }, - "Site": { - "Title": "yavsc", - "Slogan": "Yavsc!", - "StyleSheet": "/css/default.css", - "Authority": "https://localhost:5001", - "ExternalUrl": "https://localhost:5001", - "Banner": "~/images/arts/PillarOfCreationOil.svg", - "Owner": { - "Name": "[Site owner's name]", - "EMail": "[Site owner's e-mail address]" - }, - "Admin": { - "Name": "[a name for a site admin]", - "EMail": "[an e-mail for a site admin]" - }, - "Avatars": "avatars", - "Quota": 200000000, - "Bills": "bills", - "Blog": "blog", - "TempDir": "temp", - "DataDir": "data" - }, - "Smtp": { - "Host": "[YOURSMTPHOST]", - "Port": 465 - }, - "DataProtection": { - "Keys": { - "Dir": "DataProtection" - }, - "RSAParamFile": "RSA-Params.json", - "ExpiresInHours": 168 - }, - "Authentication": { - "PayPal": { - "Mode": "[sandbox|production]", - "ClientId": "[Your PayPal REST API ClientId]", - "Secret": "[Your PayPal REST API Secret]" - }, - "Google": { - "ApiKey": "[Your ApiKey]", - "ClientId": "[Your ClientId]", - "ClientSecret": "[Your ClientSecret]", - "ServiceAccount": { - "project_id": "[Yours]", - "private_key_id": "[Yours]", - "private_key": "-----[Yours]---\n", - "client_email": "[Yours]@appspot.gserviceaccount.com", - "client_id": "[Yours]", - "auth_uri": "https://accounts.google.com/o/oauth2/auth", - "token_uri": "https://accounts.google.com/o/oauth2/token", - "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", - "client_x509_cert_url": "https://www41.googleapis.com/robot/v1/[Yours].com" - } - }, - "Facebook": { - "ClientId": "[Your ClientId]", - "ClientSecret": "[Your ClientSecret]" - }, - "Twitter": { - "ClientId": "[Your ClientId]", - "ClientSecret": "[Your ClientSecret]" - } - }, - "Moderation": { - "AutoApproveThreshold": 0.7, - "AutoRejectThreshold": 0.9 - }, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://localhost:3003" - }, - "Https": { - "Url": "https://localhost:3004" - } - } - } -} diff --git a/src/Yavsc.Web/appsettings-web.json b/src/Yavsc.Web/appsettings-web.json deleted file mode 100755 index e0dc676d..00000000 --- a/src/Yavsc.Web/appsettings-web.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "Authencication": { - "Issuer": "https://localhost:5001", - "Client": { - "Id": "mvc", - "Secret": "lame-secret" - } - }, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*", - "Kestrel": { - "Endpoints": - { - "Https": { - "Url": "https://localhost:5003" - } - } - } -} diff --git a/src/cli/appsettings-cli.json b/src/cli/appsettings-cli.json deleted file mode 100644 index 99bcc71b..00000000 --- a/src/cli/appsettings-cli.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "ConnectionSettings" : { - "Site": { - "Title": "[Site title]", - "Slogan": "[Site Slogan]", - "Banner": "/images/[bannerAsset]", - "HomeViewName": "Home", - "FavIcon": "/favicon.ico", - "Icon": "/images/[Site Icon]" - }, - "ServerApi": { - "Authority": "oauth.server-example.com", - "ClientId": "[OAuth2NativeClientId]", - "ClientSecret": "[OAuth2ClientSecret]" - } - }, - "Logging": { - "IncludeScopes": true, - "LogLevel": { - "Default": "Debug", - "System": "Warning", - "Microsoft": "Warning" - } - }, - "ConnectionStrings": { - "Default":"[your default connection string]" - }, - "gen_mvc" : { - "NameSpace": "Yavsc", - "AppBase": "../Yavsc", - "RelativePath": "../Yavsc/Controllers/Generated", - "DbContextFullName": "Yavsc.Models.ApplicationDbContext", - "ControllerName": "LiveFlowController", - "ModelFullName": "Yavsc.Models.Streaming.LiveFlow" - } -}