Skip to content

Commit

Permalink
Reverted settings_base.py to original version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkamoto-ad committed Dec 4, 2023
1 parent 6186bd3 commit 7d43aa5
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions logistics_project/deployments/malawi/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,26 +107,15 @@
"port": 8002,
"sendsms_url": "http://127.0.0.1:13013/cgi-bin/sendsms",
"sendsms_params": {"smsc": "airtel-smpp",
"from": "399", # not set automatically by SMSC
"from": "56543", # not set automatically by SMSC
"username": "rapidsms",
"password": "kannel"}, # set password in localsettings.py
"coding": 0,
"charset": "ascii",
"encode_errors": "ignore", # strip out unknown (unicode) characters
},
"tnm-smpp-send": {
"ENGINE": "rapidsms.backends.kannel",
"host": "127.0.0.1",
"port": 8003,
"sendsms_url": "http://127.0.0.1:13013/cgi-bin/sendsms",
"sendsms_params": {"smsc": "tnm-smpp-send",
"from": "399", # not set automatically by SMSC
"username": "rapidsms",
"password": "kannel"}, # set password in localsettings.py
"password": "CHANGEME"}, # set password in localsettings.py
"coding": 0,
"charset": "ascii",
"encode_errors": "ignore", # strip out unknown (unicode) characters
},
# tnm smpp (?)
# tester
"message_tester": {
"ENGINE": "rapidsms.backends.bucket",
},
Expand Down Expand Up @@ -228,4 +217,4 @@
# data warehouse config
WAREHOUSE_RUNNER = 'logistics_project.apps.malawi.warehouse.runner.MalawiWarehouseRunner'
ENABLE_FACILITY_WORKFLOWS = False
LOGISTICS_USE_DEFAULT_HANDLERS = False
LOGISTICS_USE_DEFAULT_HANDLERS = False

0 comments on commit 7d43aa5

Please sign in to comment.