This commit is contained in:
parent
294d1868de
commit
8462fc4076
|
@ -19,7 +19,7 @@ export default function killTheNewsletter(
|
||||||
): { webApplication: express.Express; emailApplication: SMTPServer } {
|
): { webApplication: express.Express; emailApplication: SMTPServer } {
|
||||||
const webApplication = express();
|
const webApplication = express();
|
||||||
|
|
||||||
webApplication.set("url", "http://localhost:4000");
|
webApplication.set("url", "http://leafac.local:4000");
|
||||||
webApplication.set("email", "smtp://localhost:2525");
|
webApplication.set("email", "smtp://localhost:2525");
|
||||||
webApplication.set("administrator", "mailto:kill-the-newsletter@leafac.com");
|
webApplication.set("administrator", "mailto:kill-the-newsletter@leafac.com");
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ export default function killTheNewsletter(
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|
Loading…
Reference in New Issue