You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: usage_guide/app_configuration.rst
+7-14Lines changed: 7 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,13 @@ Configuration keys are explained below:
15
15
16
16
$config = new Config_Config();
17
17
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;
18
25
- **PRODUCTION_ENV**
19
26
- Set production / live status [ 0=OFF , 1=ON ]
20
27
- 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:
0 commit comments