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 5259dc4041c642cb16f2aacdc2d9d072058a7c9e 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 }