Skip to content

Commit

Permalink
Update env.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas authored Jan 15, 2025
1 parent fe075a5 commit 0c1cecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/config/env.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const LANGUAGES = [
*
* @type {string}
*/
export const WEBSITE_NAME = __env__('BC_WEBSITE_NAME', false, 'bookcars')
export const WEBSITE_NAME = __env__('BC_WEBSITE_NAME', false, 'BookCars')

/**
* Server Port. Default is 4002.
Expand Down

0 comments on commit 0c1cecc

Please sign in to comment.