Skip to content

Commit

Permalink
Commit to test new GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
sofvanh committed Nov 13, 2024
1 parent d2ae2e8 commit 84cbcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Config {
const environment = process.env.NODE_ENV || 'development';
let host: string;

// TODO: Check if essential database credentials are set
// TODO: Check if essential database credentials are set!
if (environment === 'development') {
// .env files are only used in development environments
require('dotenv').config();
Expand Down

0 comments on commit 84cbcf7

Please sign in to comment.