diff --git a/crawlers/deploy/polygon-cu-reports-tokenonomics.service b/crawlers/deploy/polygon-cu-reports-tokenonomics.service index 0393062e..9ce4d82d 100644 --- a/crawlers/deploy/polygon-cu-reports-tokenonomics.service +++ b/crawlers/deploy/polygon-cu-reports-tokenonomics.service @@ -8,6 +8,6 @@ User=ubuntu Group=www-data WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env -ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.custom-crawler cu-reports --moonstream-token "${MOONSTREAM_ADMIN_ACCESS_TOKEN}" queries run-tokenonomics +ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.custom-crawler cu-reports --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" queries run-tokenonomics CPUWeight=60 SyslogIdentifier=polygon-cu-reports-tokenonomics diff --git a/crawlers/mooncrawl/sample.env b/crawlers/mooncrawl/sample.env index 1b28a874..5e7e8980 100644 --- a/crawlers/mooncrawl/sample.env +++ b/crawlers/mooncrawl/sample.env @@ -35,4 +35,5 @@ export COINMARKETCAP_API_KEY="" # Custom crawler export MOONSTREAM_S3_PUBLIC_DATA_BUCKET="" -export MOONSTREAM_S3_PUBLIC_DATA_BUCKET_PREFIX="dev" \ No newline at end of file +export MOONSTREAM_S3_PUBLIC_DATA_BUCKET_PREFIX="dev" +export MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN="" \ No newline at end of file