const config = { database: { user: "abc123", password: "abc123", host: "localhost", port: "5432", database: "abc123", }, }; export { config };