updating sources

This commit is contained in:
2025-12-26 15:24:13 +01:00
parent 4a8774fa0a
commit 646def8135
15 changed files with 119 additions and 119 deletions

View File

@@ -1,5 +1,5 @@
class Environment {
static const String appwritePublicEndpoint = '[appwritePublicEndpoint]';
static const String appwriteProjectId = '[appwriteProjectId]';
static const String appwriteProjectName = '[appwriteProjectName]';
static const String appwritePublicEndpoint = 'https://appwrite.joshihomeserver.ipv64.net/v1';
static const String appwriteProjectId = '6894f2b0001f127bab72';
static const String appwriteProjectName = 'Flutter Projects';
}