Skip to content
Snippets Groups Projects
Select Git revision
  • 97c3cef8e59136fe0cfae88768489e6de6ab7e3e
  • master default protected
2 results

config.ini

Blame
  • user avatar
    Bartosz Walkowiak authored and Paweł Walkowiak committed
    68daf42a
    History
    config.ini 327 B
    [service]
    tool = archive-extractor
    
    root = /samba/requests/
    rabbit_host = $RABBIT_HOST
    rabbit_user = $RABBIT_USER
    rabbit_password = $RABBIT_PASSWORD
    queue_prefix = nlp_
    
    [tool]
    workers_number = 1
    file_min_size = 5
    input_max_size = 200000
    output_max_size = 200000
    
    [logging]
    port = 9981
    local_log_level = INFO