diff --git a/app/Config/App.php b/app/Config/App.php index 81a3822..b4c64a6 100644 --- a/app/Config/App.php +++ b/app/Config/App.php @@ -16,7 +16,7 @@ class App extends BaseConfig * * E.g., http://example.com/ */ - public string $baseURL = 'http://localhost:8800/'; + public string $baseURL = 'http://test2-admin.confirms.co.kr'; /** * Allowed Hostnames in the Site URL other than the hostname in the baseURL.