New image. Update some vars
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m4s
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m4s
This commit is contained in:
@@ -16,13 +16,16 @@ const client = new Client();
|
||||
client
|
||||
.setEndpoint(process.env.APPWRITE_API_ENDPOINT)
|
||||
.setProject(process.env.APPWRITE_API_PROJECT);
|
||||
//TODO move this to config file
|
||||
|
||||
//TODO move this to config file
|
||||
const AppwriteIds = {
|
||||
databaseId: '65ee1cbf9c2493faf15f',
|
||||
collectionIdTask: '65ee1cd5b550023fae4f',
|
||||
collectionIdTaskTags: '65ee21d72d5c8007c34c',
|
||||
collectionIdSkillTags: '66072582a74d94a4bd01',
|
||||
collection: {
|
||||
task: '65ee1cd5b550023fae4f',
|
||||
taskTags: '65ee21d72d5c8007c34c',
|
||||
skillTags: '66072582a74d94a4bd01',
|
||||
boats: '66341910003e287cd71c',
|
||||
},
|
||||
};
|
||||
|
||||
const account = new Account(client);
|
||||
|
||||
Reference in New Issue
Block a user