Mailinglist Archive: yast-commit (2114 mails)
| < Previous | Next > |
[yast-commit] <rest-service> master : final package should run in production mode (bnc#542074)
- From: Josef Reidinger <jreidinger@xxxxxxx>
- Date: Fri, 25 Sep 2009 10:21:31 +0200
- Message-id: <E1Mr63h-0002Vh-Vu@xxxxxxxxxxxxxxxx>
ref: refs/heads/master
commit e318b153df24a02ab8e859475408cd8cf6970836
Author: Josef Reidinger <jreidinger@xxxxxxx>
Date: Fri Sep 25 10:21:31 2009 +0200
final package should run in production mode (bnc#542074)
---
webservice/package/yast.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/webservice/package/yast.conf b/webservice/package/yast.conf
index fc29f02..5b2b5e0 100644
--- a/webservice/package/yast.conf
+++ b/webservice/package/yast.conf
@@ -3,7 +3,7 @@ $HTTP["host"] =~ "." {
rails_root = "/srv/www/yastws"
rails_procs = 1
# production/development are typical values here
- rails_mode = "development"
+ rails_mode = "production"
log_root = "/srv/www/yastws/log"
include "vhosts.d/rails.inc"
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
commit e318b153df24a02ab8e859475408cd8cf6970836
Author: Josef Reidinger <jreidinger@xxxxxxx>
Date: Fri Sep 25 10:21:31 2009 +0200
final package should run in production mode (bnc#542074)
---
webservice/package/yast.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/webservice/package/yast.conf b/webservice/package/yast.conf
index fc29f02..5b2b5e0 100644
--- a/webservice/package/yast.conf
+++ b/webservice/package/yast.conf
@@ -3,7 +3,7 @@ $HTTP["host"] =~ "." {
rails_root = "/srv/www/yastws"
rails_procs = 1
# production/development are typical values here
- rails_mode = "development"
+ rails_mode = "production"
log_root = "/srv/www/yastws/log"
include "vhosts.d/rails.inc"
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |