We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80b2e4d + 661c070 commit 9402481Copy full SHA for 9402481
1 file changed
app/Config/App.php
@@ -12,15 +12,10 @@ class App extends BaseConfig
12
* Base Site URL
13
* --------------------------------------------------------------------------
14
*
15
- * URL to your CodeIgniter root. Typically this will be your base URL,
+ * URL to your CodeIgniter root. Typically, this will be your base URL,
16
* WITH a trailing slash:
17
18
* http://example.com/
19
- *
20
- * If this is not set then CodeIgniter will try guess the protocol, domain
21
- * and path to your installation. However, you should always configure this
22
- * explicitly and never rely on auto-guessing, especially in production
23
- * environments.
24
*/
25
public string $baseURL = 'http://localhost:8080/';
26
0 commit comments