1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- """
- (c) 2020 - Copyright ...
-
- Authors:
- zPlus <zplus@peers.community>
- """
- STORAGE = 'sqlalchemy'
- STORAGE_PATH = 'sqlite:////home/git/pagure_local/forgefed_graph.sqlite'
- COLLECTION_SIZE = 100
- HTTP_SIGNATURE_KEY_BITS = 2048
- DELIVERY_DEPTH = 1
- import logging
- LOG_LEVEL=logging.DEBUG
- PAGURE_PATH='/home/git/pagure'
|