소스 검색

update the new server ip and setting in env-prod

reset-do-picking-order
부모
커밋
d31012af63
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .env.production

+ 2
- 2
.env.production 파일 보기

@@ -1,4 +1,4 @@
API_URL=http://localhost:8090/api
NEXTAUTH_SECRET=secret
NEXTAUTH_URL=http://10.100.0.81:3000
NEXT_PUBLIC_API_URL=http://10.100.0.81:8090/api
NEXTAUTH_URL=http://10.10.0.81:3000
NEXT_PUBLIC_API_URL=http://10.10.0.81:8090/api

불러오는 중...
취소
저장