Created
July 18, 2020 10:45
-
-
Save darwinsubramaniam/ef5d6f29d4ac9f8356de10749a75aa04 to your computer and use it in GitHub Desktop.
sample appmodule for config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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