Change environment variables strategy

This commit is contained in:
Elias Schneider
2022-05-02 08:22:53 +02:00
parent 961967f57a
commit 1c90cf63ce
11 changed files with 67 additions and 26 deletions

View File

@@ -1,4 +1,3 @@
APPWRITE_FUNCTION_API_KEY=
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
PUBLIC_APPWRITE_HOST=http://localhost/v1
PUBLIC_MAX_FILE_SIZE="300000000" # Must be the same as in the _APP_STORAGE_LIMIT in the Appwrite env file