Last change
on this file since 12 was
1,
checked in by myroslav, 18 years ago
|
Building directory structure
|
File size:
609 bytes
|
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 repository browser.