vue2_frontend...

This commit is contained in:
최준흠 2022-09-19 12:19:06 +09:00
parent ee6a2a4649
commit ee92cb35ed

4
.env
View File

@ -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