first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Linux에서는 production 프로필을 자동 사용합니다.
|
||||
HOST=127.0.0.1
|
||||
PORT=3000
|
||||
LOG_LEVEL=info
|
||||
|
||||
PUBLIC_BASE_URL=https://recipe.example.com
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
GOOGLE_CALLBACK_URL=https://recipe.example.com/auth/google/callback
|
||||
# DB가 비어 있을 때 최초 접근 관리자 계정으로 한 번만 등록됩니다.
|
||||
ALLOWED_GOOGLE_EMAILS=
|
||||
AUTH_JWT_SECRET=replace-with-a-long-random-secret
|
||||
AUTH_SESSION_TTL_HOURS=24
|
||||
|
||||
MINIMAX_API_KEY=
|
||||
MINIMAX_BASE_URL=https://api.minimax.io/v1
|
||||
MINIMAX_MODEL=MiniMax-M2.7
|
||||
|
||||
INSTAGRAM_SESSION_COOKIE=
|
||||
Reference in New Issue
Block a user