Publish from private repository

This commit is contained in:
Gitea Actions
2026-08-01 11:53:53 +00:00
commit ac7c7bc8ea
694 changed files with 69367 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
{
"DatabaseProvider": "npgsql",
/*"DatabaseProvider": "sqlite",*/
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://*:9100"
}
/*,
"Https": {
"Url": "https://*:9101"
}*/
}
},
"AllowedHosts": "*",
"FrontEnd": {
"Host": "http://localhost:4300"
},
"AutoMapper": {
"LicenseKey": ""
},
"OpenIddict": {
"SigningKeyPath": "",
"EncryptionKeyPath": ""
},
"Cors": {
"AllowedOrigins": [
"http://localhost:4300"
]
},
"ExternalProviders": {
"Auth0": {
"ClientId": "",
"Domain": "",
"SecretKey": ""
},
"Google": {
"ClientId": ""
}
}
}