7 lines
186 B
TypeScript
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;
|