File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -123,18 +123,17 @@ <h3 id="env_config">環境と設定</h3>
123
123
環境固有の設定だけがあります。
124
124
</ p >
125
125
126
- < h3 id ="env_apache "> Using Apache configuration </ h3 >
126
+ < h3 id ="env_apache "> Apacheで設定する </ h3 >
127
127
128
128
< p >
129
- You can use the Apache configuration statement < strong > SetEnv</ strong > to set the environment your application should run in.
130
- In most cases this is easier then using an environment variable, and in some cases the only option if you don't have commandline
131
- access to your server.
129
+ Apache webサーバーの < strong > SetEnv</ strong > ステートメントを使ってあなたのアプリケーションの環境設定をおこなうことができます。
130
+ ほとんどの場合、環境変数を使って、次のように簡単に設定することができます。また、あなたのサーバーがコマンドラインへのアクセス権を持っていない場合のオプションです。
132
131
</ p >
133
132
134
133
< pre class ="php "> < code > // run this application in production mode
135
134
SetEnv FUEL_ENV PRODUCTION</ code > </ pre >
136
135
137
- < p class ="note "> Both the variable name < strong > FUEL_ENV</ strong > and the environment need to be specified in UPPERCASE. </ p >
136
+ < p class ="note "> 変数名 < strong > FUEL_ENV</ strong > と設定する環境の両方とも大文字で指定する必要があります。 </ p >
138
137
139
138
</ div >
140
139
You can’t perform that action at this time.
0 commit comments