mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
rename back to localhost
This commit is contained in:
parent
18418aa1dc
commit
1ebfe3b226
@ -9,7 +9,7 @@ new Array(1000)
|
|||||||
const instance = new unleash.Unleash({
|
const instance = new unleash.Unleash({
|
||||||
appName: `demo-app-${index % 5}`,
|
appName: `demo-app-${index % 5}`,
|
||||||
instanceId: `index-${index}`,
|
instanceId: `index-${index}`,
|
||||||
url: 'http://10.200.229.88:4242/',
|
url: 'http://localhost:4242/',
|
||||||
refreshIntervall: 4000,
|
refreshIntervall: 4000,
|
||||||
metricsInterval: 10000,
|
metricsInterval: 10000,
|
||||||
strategies: [
|
strategies: [
|
||||||
|
Loading…
Reference in New Issue
Block a user