Skip to content

Commit

Permalink
Merge pull request #64 from tulibraries/update-webserver-template
Browse files Browse the repository at this point in the history
Update SQL_ALCHEMY_Conn configuration
  • Loading branch information
sensei100 authored Jun 2, 2022
2 parents 288dcf9 + b8dd319 commit 215f387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/webserver_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#
# Role Template
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
Expand Down Expand Up @@ -27,7 +27,7 @@
basedir = os.path.abspath(os.path.dirname(__file__))

# The SQLAlchemy connection string.
SQLALCHEMY_DATABASE_URI = conf.get('core', 'SQL_ALCHEMY_CONN')
SQLALCHEMY_DATABASE_URI = conf.get('database', 'SQL_ALCHEMY_CONN')

# Flask-WTF flag for CSRF
CSRF_ENABLED = True
Expand Down

0 comments on commit 215f387

Please sign in to comment.