Iceshrimp.NET/Iceshrimp.Backend/configuration.ini
2024-01-24 19:38:00 +01:00

23 lines
No EOL
521 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