Explorar o código

HUE-6909 [libsentry] Use the new sentry config property sentry.service.client.server.rpc-addresses

Romain Rigaux %!s(int64=8) %!d(string=hai) anos
pai
achega
24c82d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/libs/libsentry/src/libsentry/sentry_site.py

+ 1 - 1
desktop/libs/libsentry/src/libsentry/sentry_site.py

@@ -41,7 +41,7 @@ _CONF_SENTRY_SERVER_PRINCIPAL = 'sentry.service.server.principal'
 _CONF_SENTRY_SERVER_SECURITY_MODE = 'sentry.service.security.mode'
 _CONF_SENTRY_SERVER_ADMIN_GROUP = 'sentry.service.admin.group'
 
-_CONF_SENTRY_SERVER_RPC_ADDRESSES = 'sentry.service.client.server.rpc-address'
+_CONF_SENTRY_SERVER_RPC_ADDRESSES = 'sentry.service.client.server.rpc-addresses'
 _CONF_SENTRY_SERVER_RPC_PORT = 'sentry.service.client.server.rpc-port'