Iceshrimp.NET/Iceshrimp.Backend/configuration.ini
2024-01-27 20:27:30 +01:00

24 lines
No EOL
596 B
INI

[Instance]
ListenPort = 3000
WebDomain = shrimp.example.org
AccountDomain = example.org
[Security]
;; Whether to require incoming ActivityPub requests carry a valid HTTP or LD signature
AuthorizedFetch = true
;; The level of detail in API error responses.
;; Options: [None, Basic, Full]
ExceptionVerbosity = Basic
[Database]
Host = localhost
Database = iceshrimp
Username = iceshrimp
Password = iceshrimp
[Logging:LogLevel]
Default = Information
Microsoft.AspNetCore = Warning
Microsoft.EntityFrameworkCore = Warning
Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager = Critical