Skip to content

Commit 05af486

Browse files
Update configuration.md
1 parent 807a862 commit 05af486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/techniques/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ interface EnvironmentVariables {
161161
TIMEOUT: string;
162162
}
163163

164+
// somewhere in the code
164165
constructor(private configService: ConfigService<EnvironmentVariables>) {
165166
// This is valid
166167
const port = this.configService.get<number>('PORT');

0 commit comments

Comments
 (0)