fixed expiration date

This commit is contained in:
Elias Schneider
2022-04-25 17:58:03 +02:00
parent d6718cc545
commit b26578a409
6 changed files with 11 additions and 8 deletions

View File

@@ -1,6 +1,4 @@
APPWRITE_FUNCTION_API_KEY=
# IMPORTANT If you're running the website inside docker and your Appwrite instance runs on localhost host,
# use host.docker.internal instead of localhost
NEXT_PUBLIC_APPWRITE_HOST=http://host.docker.internal/v1
NEXT_PUBLIC_APPWRITE_HOST=http://localhost:86/v1
# Must be the same as in the _APP_STORAGE_LIMIT in the Appwrite env file
NEXT_PUBLIC_MAX_FILE_SIZE=300000000