mirror of
https://github.com/Mailu/Mailu.git
synced 2025-02-21 19:19:39 +02:00
Fix #25, serve static resources locally
This commit is contained in:
parent
689c022a4a
commit
9640d59aca
@ -10,7 +10,7 @@ import docker
|
||||
|
||||
|
||||
# Create application
|
||||
app = flask.Flask(__name__)
|
||||
app = flask.Flask(__name__, static_url_path='/admin/app_static')
|
||||
|
||||
default_config = {
|
||||
'SQLALCHEMY_DATABASE_URI': 'sqlite:////data/freeposte.db',
|
||||
@ -21,7 +21,7 @@ default_config = {
|
||||
'DOMAIN': 'freeposte.io',
|
||||
'POSTMASTER': 'postmaster',
|
||||
'DEBUG': False,
|
||||
'BOOTSTRAP_SERVE_LOCAL': False,
|
||||
'BOOTSTRAP_SERVE_LOCAL': True,
|
||||
'DKIM_PATH': '/dkim/{domain}.{selector}.key',
|
||||
'DKIM_SELECTOR': 'dkim'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user