chore(env): .env 갱신(DB/MR 설정 등)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
15
.env
15
.env
@@ -1,10 +1,11 @@
|
||||
## Database
|
||||
DB_HOST=ncue.net
|
||||
DB_PORT=5432
|
||||
DB_NAME=ncue
|
||||
DB_USER=ncue
|
||||
DB_PASSWORD=ncue5004!
|
||||
TABLE=ncue_user
|
||||
## Database (PostgreSQL)
|
||||
PG_DB_HOST=ncue.net
|
||||
PG_DB_PORT=5432
|
||||
PG_DB_NAME=ncue
|
||||
PG_DB_USER=ncue
|
||||
PG_DB_PASSWORD=ncue5004!
|
||||
PG_TABLE=ncue_user
|
||||
|
||||
|
||||
## Auth0 — Dashboard 앱 "NCue" (Applications → NCue)
|
||||
# 테넌트 Domain만 (https 없음). 반드시 *.auth0.com — 사이트 도메인(ncue.net) 넣지 말 것.
|
||||
|
||||
Reference in New Issue
Block a user