48 lines
1.2 KiB
JSON
48 lines
1.2 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_pusher;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60"
|
|
},
|
|
"Notifications": {
|
|
"Push": {
|
|
"Production": true,
|
|
"Google": "./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": "./Keys/GeoLite2-City.mmdb"
|
|
},
|
|
"KnownProxies": ["127.0.0.1", "::1"],
|
|
"Service": {
|
|
"Name": "DysonNetwork.Ring",
|
|
"Url": "https://localhost:7259"
|
|
},
|
|
"Etcd": {
|
|
"Insecure": true
|
|
}
|
|
}
|