Fix env variables

This commit is contained in:
Elias Schneider
2022-05-02 13:31:07 +02:00
parent 13d4240a66
commit 2cdd802422
3 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
APPWRITE_FUNCTION_API_KEY=
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
PUBLIC_DISABLE_REGISTRATION=true
APPWRITE_FUNCTION_API_KEY=""
PUBLIC_APPWRITE_HOST="http://localhost/v1"
PUBLIC_MAX_FILE_SIZE="300000000" # Note: Must be the same as in the _APP_STORAGE_LIMIT in the Appwrite env file
PUBLIC_DISABLE_REGISTRATION="true" # Note: In the Appwrite console you have to change your user limit to 0 if false and else to 1