10 lines
456 B
Dart
10 lines
456 B
Dart
//const endPoint = 'http://10.15.45.11/v1';
|
|
//const endPoint = 'https://api.theonasanyas.com/v1';
|
|
const endPoint = 'https://cloud.appwrite.io/v1';
|
|
const projectId = '678bdc7c00203eff8af5';
|
|
const selfSigned = false;
|
|
const databaseId = '678c8659000a7d6b5bff';
|
|
const userCollectionId = '678c865e002fe1cddd06';
|
|
const chatsCollectionId = '678c866c0038822276ad';
|
|
const convCollectionId = '678c8667001944dee794';
|
|
const imageStorageBucket = '678d2162002a6770aaad'; |