초기커밋
This commit is contained in:
45
UGQApiServer/appsettings.json
Normal file
45
UGQApiServer/appsettings.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"UGQDatabase": {
|
||||
"ConnectionString": "mongodb://root:root@127.0.0.1:27018",
|
||||
"DatabaseName": "UGQ",
|
||||
"MinConnectionPoolSize": 100,
|
||||
"MaxConnectionPoolSize": 500,
|
||||
"WaitQueueTimeoutSecs": 120
|
||||
},
|
||||
"SSOAccount": {
|
||||
"WebPortalTokenSecret": "Gudx7xjCbCKxZsLEWr7HL5auSkScVPTUaYnZEztN",
|
||||
"SsoAccountDb": "Server=localhost;Port=13306;User ID=external_ro;Password=bQNEXbRWQTtV6bwlqktGyBiuf2KqYF;Database=caliverse"
|
||||
},
|
||||
"JWT": {
|
||||
"ValidAudience": "",
|
||||
"ValidIssuer": "",
|
||||
"Secret": "5bb3238d7f19456329597a9cc57da0f19d57c8c8412c5978cf938396b82060253c706217719e748908cb87a228302c29240183caa63a1c3db20b94e638520740",
|
||||
"TokenValidityInMinutes": 3000
|
||||
},
|
||||
"S3": {
|
||||
"AccessKey": "AKIA4G3CB4Z5Y3NL2ANF",
|
||||
"SecretAccessKey": "dD0ivF111vwJByvLpqOpZkGPwmhOuNSZzxzTEY3s",
|
||||
"BucketName": "metaverse-ugq-image",
|
||||
"RootFolder": "Dev",
|
||||
"DownloadUrl": "https://d11pmt9vsv778p.cloudfront.net"
|
||||
},
|
||||
"DynamoDb": {
|
||||
"Url": "http://localhost:8000",
|
||||
"TablePostfix": "Dev",
|
||||
"AccessKey": "AKIA4G3CB4Z5T6JUPHJN",
|
||||
"SecretKey": "G82Bq5tCUTvSPe9InGayH8kONbtEnLxMrgzrAbCn",
|
||||
"Region": "us-west-2"
|
||||
},
|
||||
"Redis": "127.0.0.1:6379,password=KT-i5#i%-%LxKfZ5YJj6,AsyncTimeout=30000,SyncTimeout=30000,ssl=false,abortConnect=false",
|
||||
"NamedPipe": {
|
||||
"enable": true
|
||||
},
|
||||
"EnableAllowWhenSingleLogin": true
|
||||
}
|
||||
Reference in New Issue
Block a user