diff options
Diffstat (limited to '.env.production')
| -rw-r--r-- | .env.production | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.env.production b/.env.production index d33cef88..5214c212 100644 --- a/.env.production +++ b/.env.production @@ -177,4 +177,6 @@ NAS_PATH="public" READONLY_DB_URL="postgresql://readonly:tempReadOnly_123@localhost:5432/evcp" # 해당 계정은 별도로 만들어야 함 # === 디버그 로깅 (lib/debug-utils.ts) === -NEXT_PUBLIC_DEBUG=false
\ No newline at end of file +NEXT_PUBLIC_DEBUG=false + +SWP_BASE_URL=http://60.100.99.217/DDP/Services/VNDRService.svc |
