fastgithub/appsettings/appsettings.google.json

26 lines
621 B
JSON

{
"FastGithub": {
"DomainConfigs": {
"ajax.googleapis.com": {
"TlsSni": true,
"Destination": "https://gapis.geekzu.org/ajax/"
},
"fonts.googleapis.com": {
"TlsSni": true,
"Destination": "https://fonts.geekzu.org/"
},
"themes.googleusercontent.com": {
"TlsSni": true,
"Destination": "https://gapis.geekzu.org/g-themes/"
},
"fonts.gstatic.com": {
"TlsSni": true,
"Destination": "https://gapis.geekzu.org/g-fonts/"
},
"*.gravatar.com": {
"TlsIgnoreNameMismatch": true
}
}
}
}