Skip to content

Commit

Permalink
Switch to production
Browse files Browse the repository at this point in the history
camprevail committed Jul 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 120482c commit 4db2da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//The environment string loads the corresponding .env file from the config folder.
//It controls the output channel and log file.
//Current options are 'production' or 'test'
environment = 'test'
environment = 'production'

process.env.GOOGLE_APPLICATION_CREDENTIALS = './config/translate-api-key.json'
require('./consoleTimestamp')()

0 comments on commit 4db2da7

Please sign in to comment.