Selaa lähdekoodia

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

Romain Rigaux 8 vuotta sitten
vanhempi
commit
24c82d8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'