diff --git a/backend/.env b/backend/.env new file mode 100644 index 0000000..595ad36 --- /dev/null +++ b/backend/.env @@ -0,0 +1,7 @@ +MANAGER_PORT=8002 +GUARDIA_API=http://localhost:8001 +GUARDIA_JWT_SECRET=guardia-jwt-production-secret-2026-please-change +MANAGER_ALLOWED_ORIGINS=http://localhost:5175,http://localhost:5173,http://zioinfo.co.kr:8090 +DEPLOY_WEBHOOK=http://localhost:9999/ +DEPLOY_LOG=/var/log/zioinfo/deploy.log +OLLAMA_URL=http://localhost:11434 diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico new file mode 100644 index 0000000..3252b9f Binary files /dev/null and b/frontend/public/favicon.ico differ diff --git a/frontend/public/logo.png b/frontend/public/logo.png new file mode 100644 index 0000000..4f88262 Binary files /dev/null and b/frontend/public/logo.png differ