ranger/orm/base_config.py
hosingh000 50756599b5 setup and install ranger
Change-Id: I20a1091eb052d7540440e32cc9c802272fd4ae5c
2017-09-22 09:46:30 -05:00

11 lines
223 B
Python

import os
orm_host = '0.0.0.0'
log_location = '{}'
ranger_base = os.path.dirname(os.path.abspath('orm'))
log_location = ranger_base + '/logs/{}'
uuid = {
'port': '7001',
'log': log_location.format('uuidgen.log')
}