source: products/PloneSMSCommunicator/trunk/config.py @ 2284

Last change on this file since 2284 was 1, checked in by myroslav, 18 years ago

Building directory structure

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