From ee92cb35ed71bc0130f38ab9fc894b88af0dcd1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 19 Sep 2022 12:19:06 +0900 Subject: [PATCH] vue2_frontend... --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 226c340..5da42f2 100644 --- a/.env +++ b/.env @@ -3,9 +3,9 @@ # Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB. # See the documentation for all the connection string options: https://pris.ly/d/connection-strings -VUE_APP_AUTH_HOST="http://localhost:2000" +VUE_APP_AUTH_HOST="http://auth.idcjp.jp:2000" -VUE_APP_TODO_HOST="http://localhost:3000" +VUE_APP_TODO_HOST="http://todo.idcjp.jp:3000" #LocalStorage는 Edge 브라우저의 개발툴 > 응용프로그램 > 로컬 저장소에서 확인가능 VUE_APP_TABLE_DEFAULT_PERPAGE = 10 \ No newline at end of file