Skip to content

Commit

Permalink
Updating docker support to include the variables for the announcement…
Browse files Browse the repository at this point in the history
… banner (#50)
  • Loading branch information
mattburchett authored Dec 4, 2021
1 parent 19df043 commit 2787bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
SITE_TITLE: "FlashPaper :: Self-Destructing Message"
RETURN_FULL_URL: "true"
MAX_SECRET_LENGTH: "3000"
ANNOUNCEMENT: ""
MESSAGES_ERROR_SECRET_TOO_LONG: "Input length too long"
MESSAGES_SUBMIT_SECRET_HEADER: "Create A Self-Destructing Message"
MESSAGES_SUBMIT_SECRET_SUBHEADER: ""
Expand Down
1 change: 1 addition & 0 deletions docker/settings.php.TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"site_title" => "${SITE_TITLE}",
"return_full_url" => ${RETURN_FULL_URL},
"max_secret_length" => ${MAX_SECRET_LENGTH},
"announcement" => "${ANNOUNCEMENT}",
"messages" => [
"error_secret_too_long" => "${MESSAGES_ERROR_SECRET_TOO_LONG}",

Expand Down

0 comments on commit 2787bb1

Please sign in to comment.