summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--backend/python/properties/python.properties.json4
-rw-r--r--frontend/beta/properties/beta.properties.json5
-rw-r--r--frontend/gamma/properties/gamma.properties.json2
3 files changed, 7 insertions, 4 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 @@
1{ 1{
2 "request.path": "clipperz.py", 2 "request.path": "clipperz.py",
3 "should.pay.toll": "false" 3 "should.pay.toll": "false",
4 4
5 "development.settings": { 5 "development.settings": {
6 "url": "http://localhost/python/clipperz" 6 "url": "http://localhost/python/clipperz"
7 } 7 }
8} \ No newline at end of file 8}
diff --git a/frontend/beta/properties/beta.properties.json b/frontend/beta/properties/beta.properties.json
index 476becd..810215b 100644
--- a/frontend/beta/properties/beta.properties.json
+++ b/frontend/beta/properties/beta.properties.json
@@ -183,5 +183,8 @@
183 "clipperz/clipperz.css", 183 "clipperz/clipperz.css",
184 "clipperz/compact.css", 184 "clipperz/compact.css",
185 "clipperz/ytheme-clipperz.css" 185 "clipperz/ytheme-clipperz.css"
186 ] 186 ],
187
188 "html.template": "index_template.html"
189
187} 190}
diff --git a/frontend/gamma/properties/gamma.properties.json b/frontend/gamma/properties/gamma.properties.json
index 0a513e8..c847812 100644
--- a/frontend/gamma/properties/gamma.properties.json
+++ b/frontend/gamma/properties/gamma.properties.json
@@ -188,4 +188,4 @@
188 "css": [ 188 "css": [
189 "web.css" 189 "web.css"
190 ] 190 ]
191} \ No newline at end of file 191}