Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afzw committed Dec 13, 2023
1 parent 0f9a2c1 commit 552082a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_config/config.example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ if (process.env.MONGO_USERNAME) config.mongo.username = process.env.MONGO_USERNA
if (process.env.MONGO_PASSWORD) config.mongo.password = process.env.MONGO_PASSWORD
if (process.env.MONGO_URI) config.mongo.uri = process.env.MONGO_URI

export default { config }
export { config }

0 comments on commit 552082a

Please sign in to comment.