CHANGE_BASE_URL_IN_CONFIG

This commit is contained in:
Srinivas-Saravanan 2025-03-07 17:34:27 +05:30
parent a85a43f69c
commit 6bbb97f1ec

View File

@ -19,7 +19,7 @@ class App extends BaseConfig
* http://example.com/
*/
// public string $baseURL = 'http://localhost:8080/';
public string $baseURL = 'http://localhost/vb_book/';
public string $baseURL = 'https://vibhav.vijayabharathambooks.com/';
/**
* Allowed Hostnames in the Site URL other than the hostname in the baseURL.