-rw-r--r-- | backend/php/properties/php.properties.json | 7 | ||||
-rw-r--r-- | backend/python/properties/python.properties.json | 8 |
2 files changed, 14 insertions, 1 deletions
diff --git a/backend/php/properties/php.properties.json b/backend/php/properties/php.properties.json index 32d5084..8ce703a 100644 --- a/backend/php/properties/php.properties.json +++ b/backend/php/properties/php.properties.json @@ -1,4 +1,9 @@ { - "request.path": "../index.php", + "request.path": "index.php", "should.pay.toll": "false" + + "development.settings": { + "url": "http://localhost/php/clipperz" + } + }
\ No newline at end of file diff --git a/backend/python/properties/python.properties.json b/backend/python/properties/python.properties.json index e69de29..128c98e 100644 --- a/backend/python/properties/python.properties.json +++ b/backend/python/properties/python.properties.json @@ -0,0 +1,8 @@ +{ + "request.path": "clipperz.py", + "should.pay.toll": "false" + + "development.settings": { + "url": "http://localhost/python/clipperz" + } +}
\ No newline at end of file |