Files
weight-tracker/lib/configs/environment.dart
2026-02-25 01:19:47 +01:00

15 lines
1004 B
Dart

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 appwriteApiKey =
'standard_30ba2b755ae8ee1dc77a8ac6b44e1c72db276fd8adc1b96b0e66c8a8c5afe22bd5f9920db926f948f5bd6c08e1abcd6f5eb86f9ce81dfb49ee529c25ae1c7c407427647816b22a6ccc1dbaef8894a2d6301f10aa9315452a3b72b4d33634a424e40ede0935ad4d90c494fa05ca2eb1d066d13b76f305ef99439a28d735af97ff';
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&';
}