export interface ApplicationConfig { env: string; url: string; port: number; key: string; basePath: string; }