Skip to content

Instantly share code, notes, and snippets.

@darwinsubramaniam
Created July 18, 2020 10:45
Show Gist options
  • Save darwinsubramaniam/ef5d6f29d4ac9f8356de10749a75aa04 to your computer and use it in GitHub Desktop.
Save darwinsubramaniam/ef5d6f29d4ac9f8356de10749a75aa04 to your computer and use it in GitHub Desktop.
sample appmodule for config
import databaseConfig from './config/database.config';
@Module({
imports: [
ConfigModule.forRoot({
load: [databaseConfig],
}),
],
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment