1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-21 19:19:39 +02:00

Serve local assets only

This commit is contained in:
Pierre Jaury 2016-06-26 11:18:14 +02:00
parent eb15d9cdd0
commit f8a220e72a
2 changed files with 3 additions and 2 deletions

View File

@ -21,6 +21,7 @@ default_config = {
'DOMAIN': 'freeposte.io',
'POSTMASTER': 'postmaster',
'DEBUG': False,
'BOOTSTRAP_SERVE_LOCAL': True,
'DKIM_PATH': '/dkim/{domain}.{selector}.key',
'DKIM_SELECTOR': 'dkim'
}

File diff suppressed because one or more lines are too long