From b43635111c84e9a0f9bb5279e16264c3214bb338 Mon Sep 17 00:00:00 2001 From: kyy Date: Tue, 6 Jan 2026 16:56:29 +0900 Subject: [PATCH] frontend .env --- frontend/.env.sample | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 frontend/.env.sample diff --git a/frontend/.env.sample b/frontend/.env.sample new file mode 100644 index 00000000..1a40fcee --- /dev/null +++ b/frontend/.env.sample @@ -0,0 +1,34 @@ +# ========================================== +# Baron SSO - Unified Environment Configuration +# ========================================== + +# --- General System --- +APP_ENV=development +TZ=Asia/Seoul + +# --- Infrastructure Ports --- +DB_PORT=5432 +CLICKHOUSE_PORT_HTTP=8123 +CLICKHOUSE_PORT_NATIVE=9000 +BACKEND_PORT=3000 +FRONTEND_PORT=5000 + +# --- Database Credentials (PostgreSQL) --- +DB_USER=baron +DB_PASSWORD=password +DB_NAME=baron_sso + +# --- Backend Configuration --- +# Must be 32 bytes. Generate with `openssl rand -hex 32` +COOKIE_SECRET=super-secret-key-must-be-32-bytes! +REDIS_ADDR=redis:6379 + +# --- Frontend Configuration --- +# Descope Project ID (Required for Auth) +DESCOPE_PROJECT_ID=P2t...your_descope_project_id + +# --- Naver Cloud Services --- +NAVER_CLOUD_ACCESS_KEY=ncp_iam_... +NAVER_CLOUD_SECRET_KEY=ncp_iam_... +NAVER_CLOUD_SERVICE_ID=ncp:sms:kr:...:... +NAVER_SENDER_PHONE_NUMBER=...