mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-05 07:47:01 +02:00
6 lines
347 B
Plaintext
6 lines
347 B
Plaintext
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
|
|
# Must be the same as in the _APP_STORAGE_LIMIT in the Appwrite env file
|
|
NEXT_PUBLIC_MAX_FILE_SIZE=300000000 |