Skip to content

Commit

Permalink
chore(database): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Jun 16, 2021
1 parent 52621c6 commit 648e369
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -71,7 +71,7 @@ if (!process.env.FORK) {
winston.info(' 888 . 888 888 888 888 888 888 .o o. )88b 888 `88b.')
winston.info(' "888" d888b `V88V"V8P\' `Y8bod88P" `Y8bod8P\' 8""888P\' o888o o888o')
winston.info('==========================================================================')
winston.info('trudesk v' + pkg.version + ' Copyright (C) 2014-2019 Chris Brame')
winston.info('trudesk v' + pkg.version + ' Copyright (C) 2014-2021 Chris Brame')
winston.info('')
winston.info('Running in: ' + global.env)
winston.info('Server Time: ' + new Date())
Expand Down
3 changes: 2 additions & 1 deletion src/database/index.js
Expand Up @@ -64,7 +64,8 @@ var options = {
keepAlive: 1,
connectTimeoutMS: 30000,
useNewUrlParser: true,
useCreateIndex: true
useCreateIndex: true,
useUnifiedTopology: true
}

module.exports.init = function (callback, connectionString, opts) {
Expand Down
2 changes: 1 addition & 1 deletion src/views/about.hbs
Expand Up @@ -59,7 +59,7 @@
<h6>Trudesk version {{data.version}}
</h6>
<p style="font-size: 12px;">
Copyright &copy;2014-2019 Chris Brame <br> <br>
Copyright &copy;2014-2021 Chris Brame <br> <br>

<a href="http://trudesk.io/v1/guide" class="no-ajaxy" target="_blank">General Documentation</a> <br>
<a href="http://trudesk.io/v1/api" class="no-ajaxy" target="_blank">API Documentation</a> <br>
Expand Down

0 comments on commit 648e369

Please sign in to comment.