learning_ai_notes/mobile/src/api/config.ts

7 lines
186 B
TypeScript

export const API_CONFIG = {
productId: 'bytelyst-notes',
platformBaseUrl: 'http://localhost:4003/api',
productBaseUrl: 'http://localhost:4016/api',
timeoutMs: 15000,
} as const;