Skip to content
Snippets Groups Projects
Verified Commit 9ad7a4b0 authored by nd's avatar nd
Browse files

added dummy branding logo

parent 5a53d1ca
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ def create_app(test_config=None): ...@@ -18,6 +18,7 @@ def create_app(test_config=None):
app.config.from_mapping( app.config.from_mapping(
SECRET_KEY=secrets.token_hex(128), SECRET_KEY=secrets.token_hex(128),
SQLALCHEMY_DATABASE_URI="sqlite:///{}".format(os.path.join(app.instance_path, 'uffd.sqlit3')), SQLALCHEMY_DATABASE_URI="sqlite:///{}".format(os.path.join(app.instance_path, 'uffd.sqlit3')),
BRANDING_LOGO_URL=url_for("static", filename="empty.png")
) )
app.config.from_pyfile('default_config.cfg') app.config.from_pyfile('default_config.cfg')
......
...@@ -88,7 +88,7 @@ SERVICES=[ ...@@ -88,7 +88,7 @@ SERVICES=[
# Enable the service overview page for users who are not logged in # Enable the service overview page for users who are not logged in
SERVICES_PUBLIC=True SERVICES_PUBLIC=True
BRANDING_LOGO_URL='' #BRANDING_LOGO_URL='https://example.com/logo.svg'
# do NOT set in production # do NOT set in production
......
uffd/static/empty.png

563 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment