root/PloneSMSCommunicator/trunk/config.py

Revision 126 (checked in by fenix, 3 years ago)

add docstring to all classes and functions

Line 
1 from Products.CMFCore.CMFCorePermissions import AddPortalContent, ManagePortal
2 import os
3
4 GLOBALS=globals()
5 PROJECTNAME="PloneSMSCommunicator"
6 SKINS_DIR = 'skins'
7 ADD_CONTENT_PERMISSION=AddPortalContent
8 COMMUNICATORID="portal_smsCommunicator"
9 PROVIDER='172'
10 SERVER_URL='http://193.95.160.218:8080/smsxml/collector'
11 CLIENT_HOME = os.environ.get("CLIENT_HOME")
12 XIAM_LOG = CLIENT_HOME + '/xiam.log'
13 SMS_LOG = CLIENT_HOME + '/sms/'
14 SMSCOMMUNICATOR_MP = ManagePortal
15 ORIGINATOR = "51101"
16 IP_ADDRESS = '66.135.39.161'
17 SERVER_NAME = 'sms.quintagroup.com'
18 RESPONCE_FUNC = '/sms/portal_smsCommunicator/processResponce'
Note: See TracBrowser for help on using the browser.