feat: add dcrouter external gateway sync
This commit is contained in:
@@ -6,6 +6,7 @@ const encryptedSecretPrefix = 'enc:v1:';
|
||||
const secretSettingAliases = {
|
||||
backupPassword: ['backup_encryption_password'],
|
||||
cloudflareToken: ['cloudflareAPIKey'],
|
||||
dcrouterGatewayApiToken: ['externalGatewayApiToken'],
|
||||
} as const;
|
||||
|
||||
type TCanonicalSecretSettingKey = keyof typeof secretSettingAliases;
|
||||
|
||||
Reference in New Issue
Block a user