acept port setting by env variable

This commit is contained in:
João Geonizeli
2022-08-15 11:11:08 -03:00
parent f112e91e62
commit 61685a3063
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ import { httpCacheAdapter } from './utils/httpCacheAdapter';
GraphQLModule.forRoot<ApolloDriverConfig>({
driver: ApolloDriver,
autoSchemaFile: join(process.cwd(), 'src/schema.gql'),
debug: true,
}),
],
providers: [ThingResolver],