diff options
| author | joonhoekim <26rote@gmail.com> | 2025-03-25 15:55:45 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-03-25 15:55:45 +0900 |
| commit | 1a2241c40e10193c5ff7008a7b7b36cc1d855d96 (patch) | |
| tree | 8a5587f10ca55b162d7e3254cb088b323a34c41b /.env.development | |
initial commit
Diffstat (limited to '.env.development')
| -rw-r--r-- | .env.development | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.env.development b/.env.development new file mode 100644 index 00000000..203da32d --- /dev/null +++ b/.env.development @@ -0,0 +1,17 @@ +DATABASE_URL=postgresql://dts:dujinDTS2@localhost:5432/evcp +JWT_SECRET=dujin2tdofj1241.m +NEXTAUTH_SECRET=dujinsejinnejinojin1020202310245jldfmoi2eqjldsajfoadmmdlfjmomc.mv0qp3jem.alsmfmc.jl +Email_Host=email-smtp.ap-northeast-2.amazonaws.com +Email_User_Name=AKIAVLO5MGBR4764VHHW +Email_Password=BGs1NJ784I64GoX/itxaQ60FCUEwf0HZhyaCsEUCwFQ/ +NEXT_PUBLIC_MUI_KEY=da30586e1f20b93856a9783012fc9258Tz04ODI0MyxFPTE3NDQ0NTM2NzgwMDAsUz1wcmVtaXVtLExNPXN1YnNjcmlwdGlvbixLVj0y + + + NEXT_PUBLIC_URL=http://3.36.56.124:3000 + NEXT_PUBLIC_BASE_URL=http://3.36.56.124:3001 + +# 기간계 시스템 연동 설정 +ERP_API_URL=https://erp.example.com/api/vendors +ERP_API_KEY=your-erp-api-key +ERP_HEALTH_CHECK_URL=https://erp.example.com/api/health + |
