|
|
@ -5,7 +5,7 @@ import { DataProviderService } from '@ghostfolio/api/services/data-provider/data |
|
|
|
import { GhostfolioScraperApiService } from '@ghostfolio/api/services/data-provider/ghostfolio-scraper-api/ghostfolio-scraper-api.service'; |
|
|
|
import { RakutenRapidApiService } from '@ghostfolio/api/services/data-provider/rakuten-rapid-api/rakuten-rapid-api.service'; |
|
|
|
import { YahooFinanceService } from '@ghostfolio/api/services/data-provider/yahoo-finance/yahoo-finance.service'; |
|
|
|
import { ExchangeRateDataService } from '@ghostfolio/api/services/exchange-rate-data.service'; |
|
|
|
import { ExchangeRateDataModule } from '@ghostfolio/api/services/exchange-rate-data.module'; |
|
|
|
import { PrismaService } from '@ghostfolio/api/services/prisma.service'; |
|
|
|
import { Module } from '@nestjs/common'; |
|
|
|
import { JwtModule } from '@nestjs/jwt'; |
|
|
@ -15,6 +15,7 @@ import { InfoService } from './info.service'; |
|
|
|
|
|
|
|
@Module({ |
|
|
|
imports: [ |
|
|
|
ExchangeRateDataModule, |
|
|
|
JwtModule.register({ |
|
|
|
secret: process.env.JWT_SECRET_KEY, |
|
|
|
signOptions: { expiresIn: '30 days' } |
|
|
@ -26,7 +27,6 @@ import { InfoService } from './info.service'; |
|
|
|
ConfigurationService, |
|
|
|
DataGatheringService, |
|
|
|
DataProviderService, |
|
|
|
ExchangeRateDataService, |
|
|
|
GhostfolioScraperApiService, |
|
|
|
InfoService, |
|
|
|
PrismaService, |
|
|
|