1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

docs: highlight customStrategies option.

This commit is contained in:
Thomas Heartman 2022-01-03 10:26:29 +01:00
parent bdbd659a71
commit dd975ec344

View File

@ -183,6 +183,7 @@ The Unleash Proxy accepts a `customStrategies` property as part of its initializ
unleashApiToken: '*:default.56907a2fa53c1d16101d509a10b78e36190b0f918d9f122d', unleashApiToken: '*:default.56907a2fa53c1d16101d509a10b78e36190b0f918d9f122d',
proxySecrets: ['proxy-secret', 'another-proxy-secret', 's1'], proxySecrets: ['proxy-secret', 'another-proxy-secret', 's1'],
refreshInterval: 1000, refreshInterval: 1000,
// highlight-next-line
customStrategies: [new TimeStampStrategy()] customStrategies: [new TimeStampStrategy()]
}); });