an atproto pds written in F# (.NET 9) 馃
pds fsharp giraffe dotnet atproto
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 53fe2116a8a7c626d538d6ab132a437f3b8d4bf8 9 lines 177 B view raw
1namespace PDSharp.Core 2 3module Config = 4 type AppConfig = { 5 PublicUrl : string 6 DidHost : string 7 /// HS256 signing key for session tokens 8 JwtSecret : string 9 }