forked from engineering/cloudservices
change .us to .org
parent
4803ecece7
commit
06ab35e61d
|
@ -15,7 +15,7 @@ export default class Util {
|
|||
constructor(client: Client) {
|
||||
this.client = client;
|
||||
this.transport = nodemailer.createTransport({
|
||||
host: 'staff.libraryofcode.us',
|
||||
host: 'staff.libraryofcode.org',
|
||||
auth: { user: 'support', pass: this.client.config.emailPass },
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue