Skip to content

Commit 0dbe7ca

Browse files
committed
chore: clean up environment configuration by removing commented-out sections
1 parent 8292591 commit 0dbe7ca

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/env.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ export const config = {
3333
channelId: requireEnv('GUIDES_CHANNEL_ID'),
3434
trackerPath: optionalEnv('GUIDES_TRACKER_PATH'),
3535
},
36-
// Add more config sections as needed:
37-
// database: {
38-
// url: requireEnv('DATABASE_URL'),
39-
// },
40-
// api: {
41-
// openaiKey: optionalEnv('OPENAI_API_KEY'),
42-
// },
4336
};
4437

4538
export type Config = typeof config;

0 commit comments

Comments
 (0)