generated from josiadmin/appwrite-template-login
first commit with environment
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user