chore: Update API server path in production environment

This commit is contained in:
yoosangwook 2024-09-27 17:31:13 +09:00
parent fab2a5f9ff
commit 8fe1620b05

View File

@ -1,6 +1,6 @@
NEXT_PUBLIC_TEST="테스트변수입니다. production"
NEXT_PUBLIC_API_SERVER_PATH="http://localhost:8080"
NEXT_PUBLIC_API_SERVER_PATH="http://1.248.227.176:38080"
DATABASE_URL=""