summaryrefslogtreecommitdiff
path: root/backend/python
authorClipperz <info@clipperz.com>2013-01-31 13:33:54 (UTC)
committer Clipperz <info@clipperz.com>2013-01-31 13:33:54 (UTC)
commit0e9e5436141790ced2fa712538c9f0cb7b39ee50 (patch) (side-by-side diff)
tree02c035cbe95264b558bbc50a29939c66efd737b5 /backend/python
parent1e19202f478ca4ab25c6566bf1c17dc7f3698824 (diff)
downloadclipperz-0e9e5436141790ced2fa712538c9f0cb7b39ee50.zip
clipperz-0e9e5436141790ced2fa712538c9f0cb7b39ee50.tar.gz
clipperz-0e9e5436141790ced2fa712538c9f0cb7b39ee50.tar.bz2
Simplified Backend property files
Removed extra info not actually used
Diffstat (limited to 'backend/python') (more/less context) (ignore whitespace changes)
-rw-r--r--backend/python/properties/python.properties.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/backend/python/properties/python.properties.json b/backend/python/properties/python.properties.json
index 8dd872f..322f174 100644
--- a/backend/python/properties/python.properties.json
+++ b/backend/python/properties/python.properties.json
@@ -1,8 +1,4 @@
{
"request.path": "clipperz.py",
- "should.pay.toll": "false",
-
- "development.settings": {
- "url": "http://localhost/python/clipperz"
- }
+ "should.pay.toll": "false"
}