diff --git a/.env.development b/.env.development index 2fd45c1..24e34f6 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ NODE_ENV = developement VUE_APP_BASE_NAME = developement VUE_APP_BASE_URL = http://localhost:8080 -VUE_APP_NOTE_MAX_COUNT = 409600 -VUE_APP_NOTE_MAX_DESC = 400K +VUE_APP_NOTE_MAX_COUNT = 131072 +VUE_APP_NOTE_MAX_DESC = 128K diff --git a/.env.production b/.env.production index fbb661b..a60df30 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ NODE_ENV = production VUE_APP_BASE_NAME = production VUE_APP_BASE_URL = https://flagnote.com -VUE_APP_NOTE_MAX_COUNT = 409600 -VUE_APP_NOTE_MAX_DESC = 400K \ No newline at end of file +VUE_APP_NOTE_MAX_COUNT = 131072 +VUE_APP_NOTE_MAX_DESC = 128K \ No newline at end of file diff --git a/src/views/EditNote.vue b/src/views/EditNote.vue index 81b9aeb..e3cef60 100644 --- a/src/views/EditNote.vue +++ b/src/views/EditNote.vue @@ -113,10 +113,9 @@ - - + +