Skip to content

Commit

Permalink
sample config: update
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Dec 30, 2024
1 parent 3cba70b commit 6a64a42
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions config.sample.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# All of these configuration values can be specified via environment variables
# as well. Just prefix them with "MINESHSPC_" and upper-case the keys.
#
# For example:
#
# domain -> MINESHSPC_DOMAIN
# recaptcha.site_key -> MINESHSPC_RECAPTCHA_SITE_KEY

# ===== Database Settings =====
database:
# The database type. Only "sqlite3" is supported.
Expand All @@ -28,6 +20,8 @@ dev_mode: false

sendgrid_api_key: SENDGRID_API_KEY

healthcheck_url: null

# This will be shown in the footer right after the link to the source code.
hosted_by_html: |
Hosting provided by YOUR COMPANY HERE.
Expand Down

0 comments on commit 6a64a42

Please sign in to comment.