Fixes the template config for new websites

This commit is contained in:
Dennis Brentjes 2018-06-30 17:02:03 +00:00
parent 331193019c
commit fcbbc7106d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const BASEDIR = __DIR__;
const BASEURL = 'https://pics.hashru.nl'; // no trailing /
// Reply-To e-mail header address
const REPLY_TO_ADDRESS = 'no-reply@my.domain.tld'
const REPLY_TO_ADDRESS = 'no-reply@my.domain.tld';
// Assets dir and url, where assets are plentiful. (In wwwroot!)
const ASSETSDIR = BASEDIR . '/public/assets';