Skip to content

Commit

Permalink
set SERVER_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Mar 5, 2023
1 parent c6bb7d9 commit a05a25d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
app.config["SECRET_KEY"] = os.getenv("SECRET_KEY")
app.config["DEBUG"] = os.getenv("DEBUG")
app.config["UPLOAD_FOLDER"] = UPLOAD_FOLDER
app.config["SERVER_NAME"] = SERVER_NAME


def allowed_ecw_file_extension(filename):
Expand Down

0 comments on commit a05a25d

Please sign in to comment.