Revision 71dfe7e1 flowspy/settings.py.dist

b/flowspy/settings.py.dist
318 318
import _version
319 319
SW_VERSION = _version.VERSION
320 320

  
321
LOG_FILE_LOCATION = here("../log")
321
LOG_FILE_LOCATION = "/var/log/fod"
322

  
323
# Change the following values only if you know what you are doing!!!
324
# To integrate FoD with tables (Peer, Networks, Contacts) 
325
# from your CRM platform, set the following values to False and create the views that are 
326
# exact matches of the tables in peers/models.py
327
PEER_MANAGED_TABLE = True
328
PEER_RANGE_MANAGED_TABLE = True
329
PEER_TECHC_MANAGED_TABLE = True
322 330

  
323 331

  

Also available in: Unified diff