This commit is contained in:
KNSONWS
2026-02-03 16:05:36 +01:00
parent 6af24d28e7
commit f2a3f47e07
7 changed files with 103 additions and 10 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
VITE_APPWRITE_PROJECT_ID="696b82270034001dab69"
VITE_APPWRITE_ENDPOINT="https://appwrite.webklar.com/v1"
VITE_APPWRITE_DATABASE_ID="contacts"
VITE_APPWRITE_CONTACT_COLLECTION_ID="messages"