Update app/Config/App.php

This commit is contained in:
2025-12-09 08:35:50 +00:00
parent 097af4e624
commit 233f502d15

View File

@@ -16,7 +16,7 @@ class App extends BaseConfig
* *
* E.g., http://example.com/ * 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. * Allowed Hostnames in the Site URL other than the hostname in the baseURL.