author | Josh <jokajak@gmail.com> | 2012-03-13 14:34:16 (UTC) |
---|---|---|
committer | Josh <jokajak@gmail.com> | 2012-03-13 14:34:16 (UTC) |
commit | ff33328861685c1a2d5f9b729a2b3595509c38ee (patch) (side-by-side diff) | |
tree | 6c50d87183ce664658ca87e54509ba1e9061d23d /backend | |
parent | 24f7bfcbe317fe9f0d7de7cef3cb3b3b341c95a5 (diff) | |
download | clipperz-ff33328861685c1a2d5f9b729a2b3595509c38ee.zip clipperz-ff33328861685c1a2d5f9b729a2b3595509c38ee.tar.gz clipperz-ff33328861685c1a2d5f9b729a2b3595509c38ee.tar.bz2 |
fix python backend properties
-rw-r--r-- | backend/python/properties/python.properties.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/python/properties/python.properties.json b/backend/python/properties/python.properties.json index 128c98e..8dd872f 100644 --- a/backend/python/properties/python.properties.json +++ b/backend/python/properties/python.properties.json @@ -1,8 +1,8 @@ { "request.path": "clipperz.py", - "should.pay.toll": "false" + "should.pay.toll": "false", "development.settings": { "url": "http://localhost/python/clipperz" } -}
\ No newline at end of file +} |