1
0
forked from baron/baron-sso

메인 주소 sso.hmac.kr로 통일함

This commit is contained in:
2026-01-22 09:17:16 +09:00
parent eb41d6cc2b
commit f261618dc6
5 changed files with 10 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ func main() {
"db_port", getEnv("DB_PORT", "5532"),
"backend_port", getEnv("BACKEND_PORT", "3000"),
"frontend_port", getEnv("FRONTEND_PORT", "5000"),
"frontend_url", getEnv("FRONTEND_URL", "http://ssologin.hmac.kr"),
"frontend_url", getEnv("FRONTEND_URL", "http://sso.hmac.kr"),
"redis_addr", getEnv("REDIS_ADDR", "redis:6379"),
)