From 1ba2810a27c31cbbb5a5a7f70f1a4a8a11b3c6ce Mon Sep 17 00:00:00 2001
From: Toru Tamura 環境と設定
環境固有の設定だけがあります。
- You can use the Apache configuration statement SetEnv to set the environment your application should run in. - In most cases this is easier then using an environment variable, and in some cases the only option if you don't have commandline - access to your server. + Apache webサーバーの SetEnvステートメントを使ってあなたのアプリケーションの環境設定をおこなうことができます。 + ほとんどの場合、環境変数を使って、次のように簡単に設定することができます。また、あなたのサーバーがコマンドラインへのアクセス権を持っていない場合のオプションです。
// run this application in production mode
SetEnv FUEL_ENV PRODUCTION
- Both the variable name FUEL_ENV and the environment need to be specified in UPPERCASE.
+変数名FUEL_ENVと設定する環境の両方とも大文字で指定する必要があります。