From 6c9ebb8b56fb56b2e9a86d6253227b9c967067f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=86=9B?= <510423039@qq.com> Date: Wed, 24 Aug 2022 23:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=95=20=E7=A7=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../appsettings.Staging.json | 66 ------------------- 1 file changed, 66 deletions(-) delete mode 100644 aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Staging.json diff --git a/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Staging.json b/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Staging.json deleted file mode 100644 index 0f0ba919..00000000 --- a/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Staging.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "App": { - "SelfUrl": "http://localhost:44315", - "CorsOrigins": "https://*.AbpPro.com,http://localhost:4200,http://localhost:3100" - }, - "ConnectionStrings": { - "Default": "Data Source=120.24.194.14;Database=LionAbpProDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true" - }, - "Redis": { - "Configuration": "localhost,password=mypassword,defaultdatabase=1" - }, - "Jwt": { - "Audience": "Lion.AbpPro", - "SecurityKey": "dzehzRz9a8asdfasfdadfasdfasdfafsdadfasbasdf=", - "Issuer": "Lion.AbpPro", - "ExpirationTime": 30 - }, - "Cap": { - "Enabled": "true", - "RabbitMq": { - "HostName": "localhost", - "UserName": "admin", - "Password": "admin" - } - }, - "ElasticSearch": { - "Enabled": "false", - "Url": "http://es.cn", - "IndexFormat": "Lion.AbpPro.development.{0:yyyy.MM.dd}", - "UserName": "elastic", - "Password": "aVVhjQ95RP7nbwNy", - "SearchIndexFormat": "Lion.AbpPro.development*" - }, - "HttpClient": { - "Sts": { - "Name": "Sts", - "Url": "http://localhost:44354" - }, - "Github": { - "Name": "Github", - "Url": "https://github.com", - "ClientId": "127fc528f611879fba03", - "ClientSecret": "fd0914e9e8e28b51dd5efe381121429279e43973" - }, - "GithubApi": { - "Name": "GithubApi", - "Url": "https://api.github.com", - "ClientName": "AbpPro" - } - }, - "Consul": { - "Enabled": false, - "Host": "http://localhost:8500", - "Service": "Project-Service" - }, - "AliYun": { - "OSS": { - "AccessKeyId": "LTAI5tLkt3vvScGPVZ5qKJDc1S", - "AccessKeySecret": "BixV8vP5uPrbsdwjYzzsEXOPjkxPST2S", - "Endpoint": "oss-cn-shenzhen.aliyuncs.com", - "ContainerName": "lion-abp-pro", - "RegionId": "oss-cn-shenzhen", - "RoleArn": "acs:ram::1846393972471789:role/ramosstestst" - } - } -} \ No newline at end of file