Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When adding the run configuration, make sure to select this for the extractor.


Step 4: Modify environment variable in extractor python file.


Code Block
os.environ['RABBITMQ_URI'] = 'amqp://guest:guest@{your-ip-here}/%2f'
os.environ['CLOWDER_URL'] = 'http://{your-ip-here}:8000/'
os.environ['REGISTRATION_ENDPOINTS'] ='http://{your-ip-here}:8000/api/extractors?key={your-key-here}'

Step 5: