Select the types of activity you want to include in your feed.
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 }