mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 06:07:24 +01:00
Fix port
This commit is contained in:
parent
d6d45c7366
commit
471d0489b1
@ -16,7 +16,7 @@ my $newCheckpoints = './data/cc-metric-store/checkpoints';
|
||||
my @CheckpClusters;
|
||||
my $verbose = 1;
|
||||
my $restClient = REST::Client->new();
|
||||
$restClient->setHost('http://localhost:8087'); # Adapt port here!
|
||||
$restClient->setHost('http://localhost:8086'); # Adapt port here!
|
||||
$restClient->addHeader('Authorization', "Token 74008ea2a8dad5e6f856838a90c6392e"); # compare .env file
|
||||
$restClient->addHeader('Content-Type', 'text/plain; charset=utf-8');
|
||||
$restClient->addHeader('Accept', 'application/json');
|
||||
|
Loading…
Reference in New Issue
Block a user