42 lines
		
	
	
		
			993 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			993 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "Debug": true,
 | 
						|
  "BaseUrl": "http://localhost:5071",
 | 
						|
  "SiteUrl": "https://solian.app",
 | 
						|
  "Logging": {
 | 
						|
    "LogLevel": {
 | 
						|
      "Default": "Information",
 | 
						|
      "Microsoft.AspNetCore": "Warning"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "AllowedHosts": "*",
 | 
						|
  "ConnectionStrings": {
 | 
						|
    "App": "Host=localhost;Port=5432;Database=dyson_network;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60"
 | 
						|
  },
 | 
						|
  "GeoIp": {
 | 
						|
    "DatabasePath": "./Keys/GeoLite2-City.mmdb"
 | 
						|
  },
 | 
						|
  "RealtimeChat": {
 | 
						|
    "Endpoint": "https://example.livekit.cloud",
 | 
						|
    "ApiKey": "APIeY2atwJUogZ1",
 | 
						|
    "ApiSecret": "ABEeYpcNpNfKWBh2W0gZtM5xkqRhInhWjHOhv7XVakB"
 | 
						|
  },
 | 
						|
  "Translation": {
 | 
						|
    "Provider": "Tencent",
 | 
						|
    "Region": "ap-hongkong",
 | 
						|
    "ProjectId": "0",
 | 
						|
    "SecretId": "",
 | 
						|
    "SecretKey": ""
 | 
						|
  },
 | 
						|
  "KnownProxies": [
 | 
						|
    "127.0.0.1",
 | 
						|
    "::1"
 | 
						|
  ],
 | 
						|
  "Etcd": {
 | 
						|
    "Insecure": true
 | 
						|
  },
 | 
						|
  "Service": {
 | 
						|
    "Name": "DysonNetwork.Sphere",
 | 
						|
    "Url": "https://localhost:7099"
 | 
						|
  }
 | 
						|
}
 |