class Environment { static const String appwritePublicEndpoint = 'https://appwrite.joshihomeserver.ipv64.net/v1'; static const String appwriteProjectId = '6894f2b0001f127bab72'; static const String appwriteProjectName = 'Flutter Projects'; static const String appwriteRealtimeCollectionId = '699e0b3d0006563a668b'; static const String appwriteDatabaseId = '68a22ef90021b90f0f43'; static const String appwriteUserEMail = 'wei@a1.net'; static const String appwritePasswd = '123456789'; //static const String locationIQKey = 'pk.dea65023dc6fed25c96902bb97fb231d'; //static const String locationIQBaseUrl = 'https://eu1.locationiq.com/v1/reverse?key=$locationIQKey&'; }