import type { GfEnvironment } from '@ghostfolio/ui/environment'; export const environment: GfEnvironment = { agentUrl: 'https://ghostfolio-agent-production.up.railway.app', enableRealEstate: true, lastPublish: '{BUILD_TIMESTAMP}', production: true };