41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "Debug": true,
 | 
						|
  "BaseUrl": "http://localhost:5212",
 | 
						|
  "Logging": {
 | 
						|
    "LogLevel": {
 | 
						|
      "Default": "Information",
 | 
						|
      "Microsoft.AspNetCore": "Warning"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "AllowedHosts": "*",
 | 
						|
  "ConnectionStrings": {
 | 
						|
    "App": "Host=host.docker.internal;Port=5432;Database=dyson_ring;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60"
 | 
						|
  },
 | 
						|
  "Notifications": {
 | 
						|
    "Push": {
 | 
						|
      "Production": true,
 | 
						|
      "Google": "/app/keys/Solian.json",
 | 
						|
      "Apple": {
 | 
						|
        "PrivateKey": "./Keys/Solian.p8",
 | 
						|
        "PrivateKeyId": "4US4KSX4W6",
 | 
						|
        "TeamId": "W7HPZ53V6B",
 | 
						|
        "BundleIdentifier": "dev.solsynth.solian"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "Email": {
 | 
						|
    "Server": "smtp4dev.orb.local",
 | 
						|
    "Port": 25,
 | 
						|
    "UseSsl": false,
 | 
						|
    "Username": "no-reply@mail.solsynth.dev",
 | 
						|
    "Password": "password",
 | 
						|
    "FromAddress": "no-reply@mail.solsynth.dev",
 | 
						|
    "FromName": "Alphabot",
 | 
						|
    "SubjectPrefix": "Solar Network"
 | 
						|
  },
 | 
						|
  "GeoIp": {
 | 
						|
    "DatabasePath": "/app/keys/GeoLite2-City.mmdb"
 | 
						|
  },
 | 
						|
  "KnownProxies": ["127.0.0.1", "::1"]
 | 
						|
}
 |