Skip to content

Commit

Permalink
db: switch to draftifyhistory account for enwiki db connections
Browse files Browse the repository at this point in the history
Temp hotfix as sdzerobot account is out of connections
  • Loading branch information
siddharthvp committed May 7, 2023
1 parent 927f584 commit eb3070c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export class enwikidb extends db {
host: onToolforge() ? ENWIKI_DB_HOST : '127.0.0.1',
port: onToolforge() ? 3306 : 4711,
database: 'enwiki_p',
...AuthManager.get('draftifyhistory'),
...customOptions
});
}
Expand Down

0 comments on commit eb3070c

Please sign in to comment.