diff options
author | elijah <elijah@riseup.net> | 2013-03-08 23:05:48 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-03-08 23:05:48 -0800 |
commit | 9797a02c1ebbb99cb5af4911ee693e171337144a (patch) | |
tree | 6649a71cd099d949c64da527925406901ce48cc0 | |
parent | 63eee5842371aad31c4664b32925c149bbfcbafa (diff) |
removed 'production=x' from environment tags (now we use the field 'environment')
-rw-r--r-- | tags/development.json | 1 | ||||
-rw-r--r-- | tags/production.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tags/development.json b/tags/development.json index 4dcf5bb..8212653 100644 --- a/tags/development.json +++ b/tags/development.json @@ -1,5 +1,4 @@ { - "production": false, "ssh": { "port": 4422 } diff --git a/tags/production.json b/tags/production.json index 551e323..8212653 100644 --- a/tags/production.json +++ b/tags/production.json @@ -1,5 +1,4 @@ { - "production": true, "ssh": { "port": 4422 } |