Skip to content

Commit

Permalink
feat: update server host name to api.poi.moe
Browse files Browse the repository at this point in the history
  • Loading branch information
KagamiChan committed Nov 30, 2019
1 parent e837e44 commit dd8ab77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if (process.platform === 'win32' && config.get('poi.misc.shortcut', true)) {
if (dbg.isEnabled()) {
global.SERVER_HOSTNAME = '127.0.0.1:17027'
} else {
global.SERVER_HOSTNAME = 'poi.0u0.moe'
global.SERVER_HOSTNAME = 'api.poi.moe'
process.env.NODE_ENV = 'production'
if (config.get('poi.misc.exceptionReporting')) {
const { init } = require('./lib/sentry')
Expand Down

0 comments on commit dd8ab77

Please sign in to comment.