1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Get back to serving CDN assets, related to #25

This commit is contained in:
Pierre Jaury
2016-06-26 13:48:56 +02:00
parent fc8da9104b
commit aace1c2d78

View File

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