Skip to content

Commit 1e0da36

Browse files
author
Sabbir Hossain Rupom
committed
Update app_configuration.rst
1 parent aaf14ef commit 1e0da36

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

usage_guide/app_configuration.rst

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Configuration keys are explained below:
1515

1616
$config = new Config_Config();
1717
echo $config->getEnv();
18+
- **BASE_URL**
19+
- Server application base url
20+
- Configure this parameter in case of Host URL complexity, will be added as server constant
21+
- e.g ``http://www.example.com/service/rest/``
22+
::
23+
24+
echo SERVER_HOST;
1825
- **PRODUCTION_ENV**
1926
- Set production / live status [ 0=OFF , 1=ON ]
2027
- Purpose of this parameter is for testing features which are dependent on specific credential key's [ e.g. switch Stripe payment feature as sandbox test or live production etc. ]
@@ -181,17 +188,3 @@ Configuration keys are explained below:
181188
}
182189
}
183190
184-
185-
186-
187-
188-
189-
190-
191-
192-
193-
194-
195-
196-
197-

0 commit comments

Comments
 (0)