Update placeholders

This commit is contained in:
Khushboo Verma
2025-08-08 19:34:58 +05:30
parent 9453e45ced
commit 8e2361b825
3 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
class Environment {
static const String appwriteEndpoint = 'appwrite-endpoint';
static const String appwriteProjectId = 'appwrite-project-id';
static const String appwriteProjectName = 'appwrite-project-name';
}
static const String appwriteEndpoint = '[appwriteEndpoint]';
static const String appwriteProjectId = '[appwriteProjectId]';
static const String appwriteProjectName = '[appwriteProjectName]';
}