Skip to content

Commit 7178c20

Browse files
committed
chore: adds appwrite environment variable examples
1 parent f7de909 commit 7178c20

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.env.example

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB (Preview) and CockroachDB (Preview).
66
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
77

8-
DATABASE_URL="postgres://xx:xxxxxxx@xxxxx/xxxxx"
8+
DATABASE_URL="postgres://xx:xxxxxxx@xxxxx/xxxxx"
9+
10+
APPWRITE_PROJECT_ID="projectid"
11+
APPWRITE_DATABASE_ID="databaseid"
12+
APPWRITE_COLLECTION_ID="collectionid"
13+
APPWRITE_READ_TOKEN="standard"

0 commit comments

Comments
 (0)