first commit with environment

This commit is contained in:
2025-10-28 20:45:38 +01:00
parent 879d31905c
commit 319ba83087
3 changed files with 33 additions and 13 deletions

View File

@@ -5,9 +5,9 @@ export const environment: {
appwriteDatabaseId: string;
appwriteCollectionId: string;
} = {
appwriteEndpoint: '<Your endpoint URL>', // Your Appwrite Endpoint
appwriteProjectId: '<123456789abcdefgh>', // Your project ID
appwriteProjectName: '<Your Project name>', // Your project name
appwriteDatabaseId: '<123456789abcdefgh>', // Your database ID
appwriteCollectionId: '<123456789abcdefgh>', // Your collection ID
appwriteEndpoint: 'https://appwrite.joshihomeserver.ipv64.net/v1', // Your Appwrite Endpoint
appwriteProjectId: '690117d800151afd90e7', // Your project ID
appwriteProjectName: 'Angular Projects', // Your project name
appwriteDatabaseId: '690118b60009ed831c86', // Your database ID
appwriteCollectionId: '690118ce00097734a2ee', // Your collection ID
};

View File

@@ -5,9 +5,9 @@ export const environment: {
appwriteDatabaseId: string;
appwriteCollectionId: string;
} = {
appwriteEndpoint: '<Your endpoint URL>', // Your Appwrite Endpoint
appwriteProjectId: '<123456789abcdefgh>', // Your project ID
appwriteProjectName: '<Your Project name>', // Your project name
appwriteDatabaseId: '<123456789abcdefgh>', // Your database ID
appwriteCollectionId: '<123456789abcdefgh>', // Your collection ID
appwriteEndpoint: 'https://appwrite.joshihomeserver.ipv64.net/v1', // Your Appwrite Endpoint
appwriteProjectId: '690117d800151afd90e7', // Your project ID
appwriteProjectName: 'Angular Projects', // Your project name
appwriteDatabaseId: '690118b60009ed831c86', // Your database ID
appwriteCollectionId: '690118ce00097734a2ee', // Your collection ID
};