diff options
author | varac <varacanero@zeromail.org> | 2013-06-14 18:39:08 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-06-14 18:39:08 +0200 |
commit | 28b63c6c59ca0d5729c019e3a1970644cdb8f7ff (patch) | |
tree | 30bfb0c24905002654ec0ecdfec234f35854962e | |
parent | f87b101f2005fdb3307c808c9e84db132f04e14a (diff) |
enable development servers in istanbul again
-rw-r--r-- | tags/istanbul.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tags/istanbul.json b/tags/istanbul.json index d5727a2..de48db8 100644 --- a/tags/istanbul.json +++ b/tags/istanbul.json @@ -5,5 +5,5 @@ "timezone": "+2", "hemisphere": "N" }, - "enabled": false -}
\ No newline at end of file + "enabled": "= environment != 'production'" +} |