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