https://gist.github.com/dancheskus/365e9bc49a73908302af19882a86ce52
В результате будет 2 react проекта на 1 сервере доступных по разным ссылкам
https://gist.github.com/dancheskus/365e9bc49a73908302af19882a86ce52
В результате будет 2 react проекта на 1 сервере доступных по разным ссылкам
imports | |
HttpModule | |
BullModule.forRootAsync({ | |
imports: [ConfigModule], | |
useFactory: async (configService: ConfigService) => { | |
const connection = configService.get('redisconnection'); | |
return { | |
connection: connection, | |
} | |
}, |