Update development.js
parent
534e6e1f0b
commit
82d272131a
|
@ -317,7 +317,7 @@ module.exports = {
|
||||||
* this, just try deploying without setting it and see if it works.) *
|
* this, just try deploying without setting it and see if it works.) *
|
||||||
* *
|
* *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
port: 3000,
|
port: 80,
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* *
|
* *
|
||||||
|
@ -347,7 +347,7 @@ module.exports = {
|
||||||
* *
|
* *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
custom: {
|
custom: {
|
||||||
baseURL: 'http://localhost:3000',
|
baseURL: 'https://roe.ebookfoundation.org',
|
||||||
internalEmailAddress: 'support@example.com'
|
internalEmailAddress: 'support@example.com'
|
||||||
|
|
||||||
// mailgunDomain: 'mg.example.com',
|
// mailgunDomain: 'mg.example.com',
|
||||||
|
|
Loading…
Reference in New Issue