Select the types of activity you want to include in your feed.
1process.env.PORT = "4000"; 2process.env.CORS_ORIGIN = "http://localhost:4000"; 3process.env.JWT_REFRESH_SECRET = "test-jwt-refresh-secret"; 4process.env.JWT_SECRET = "test-jwt-secret"; 5process.env.DATABASE_URL = ":memory:";