-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* version 1.0 * update error page
- Loading branch information
Showing
13 changed files
with
430 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
[FLASK] | ||
|
||
# Flask secret key for encrypting session objects | ||
# Suggested: get key from https://randomkeygen.com | ||
SECRET_KEY = PLEASE_CHANGE_THIS | ||
DEBUG = FALSE | ||
|
||
# Toggle debug mode (allow repeat visits from same session) | ||
# Accepts true or false | ||
DEBUG = true | ||
|
||
[IO] | ||
DATA = ../data | ||
|
||
# Path to metadata folder [default: ../metadata] | ||
METADATA = ../metadata | ||
|
||
# Path to data folder [default: ../data] | ||
DATA = ../data | ||
|
||
# Path to reject folder [default: ../reject] | ||
REJECT = ../reject |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.