Source code for jmb.webposte.settings

#: Username used to log into Poste-on-Line service
WEBPOSTE_USERNAME = None
#: Password used to log into Poste-on-Line service
WEBPOSTE_PASSWORD = None

#: Webservice level: TEST, PREPRO or PROD
WEBPOSTE_SERVICE_LEVEL = 'PROD'

#: Don't send for real. For debug purpouses
WEBPOSTE_FAKE_SEND  = True