mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-07-20 17:11:02 +02:00
sync: add redis backplane for signalr
This commit is contained in:
@@ -79,6 +79,7 @@ namespace Streetwriters.Common
|
||||
public static string? SUBSCRIPTIONS_CERT_PATH => ReadSecret("SUBSCRIPTIONS_CERT_PATH");
|
||||
public static string? SUBSCRIPTIONS_CERT_KEY_PATH => ReadSecret("SUBSCRIPTIONS_CERT_KEY_PATH");
|
||||
public static string[] NOTESNOOK_CORS_ORIGINS => ReadSecret("NOTESNOOK_CORS")?.Split(",") ?? [];
|
||||
public static string? SIGNALR_REDIS_CONNECTION_STRING => ReadSecret("SIGNALR_REDIS_CONNECTION_STRING");
|
||||
|
||||
public static string? ReadSecret(string name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user