author | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2012-02-11 23:48:42 (UTC) |
---|---|---|
committer | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2012-02-11 23:48:42 (UTC) |
commit | a0661c3b02aa26d6b08ff13dc321e09478868159 (patch) (unidiff) | |
tree | 87bd0af25a0732adb9d14a34d25f9d5479fdf5ee /backend/php/properties/php.properties.json | |
parent | 96d01919d3ff42c3fdd7f6186a0500caccd3c140 (diff) | |
parent | 7804333809bf725e32a08c531a06acd7d668e190 (diff) | |
download | clipperz-a0661c3b02aa26d6b08ff13dc321e09478868159.zip clipperz-a0661c3b02aa26d6b08ff13dc321e09478868159.tar.gz clipperz-a0661c3b02aa26d6b08ff13dc321e09478868159.tar.bz2 |
Merge pull request #25 from gcsolaroli/master
Initial integration of /beta and /gamma with a single backend
Diffstat (limited to 'backend/php/properties/php.properties.json') (more/less context) (ignore whitespace changes)
-rw-r--r-- | backend/php/properties/php.properties.json | 7 |
1 files changed, 6 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 @@ | |||
1 | { | 1 | { |
2 | "request.path": "../index.php", | 2 | "request.path": "index.php", |
3 | "should.pay.toll": "false" | 3 | "should.pay.toll": "false" |
4 | |||
5 | "development.settings": { | ||
6 | "url": "http://localhost/php/clipperz" | ||
7 | } | ||
8 | |||
4 | } \ No newline at end of file | 9 | } \ No newline at end of file |