Files
lub-web-monorepo/apps/frontend/environments/environment.ts
T

6 lines
143 B
TypeScript
Raw Normal View History

2026-03-26 16:10:45 +01:00
export const environment = {
production: false,
apiUrl: 'http://192.168.178.111:3000'
// apiUrl: 'https://api.leonardsmedia.de'
};