summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2011-10-15 10:10:58 +0200
committerJochen Topf <jochen@topf.org>2011-10-15 10:10:58 +0200
commitc15edbe808649eeab0dad44d912e00590d58308b (patch)
tree582644ad787d7ee1b628485bddf08fbddc5e71b9 /taginfo-config-example.json
parentb0c8aca29aad6ac0adfb8fd78cb52734ff86f3b8 (diff)
downloadtaginfo-c15edbe808649eeab0dad44d912e00590d58308b.tar
taginfo-c15edbe808649eeab0dad44d912e00590d58308b.tar.gz
Fix language switching.
Switching between languages didn't work in some constellations. This seems to be because of caching of the pages in the browser. I think the browser should not use the cached page, because it has a different cookie, but it did. So I changed the expire on normal web pages to 0. (API pages still have a longer expire.)
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index 9dbc624..efcbcab 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -3,6 +3,8 @@
{
// You probably want to change all these.
"instance": {
+ // url prefix for the site
+ "url": "http://localhost:4567",
// Used in the title of all HTML pages.
"name": "Test Taginfo",
// Description that appears if you click on the instance icon in the upper left.