Skip to content

Commit

Permalink
Start to add support for Akismet API key
Browse files Browse the repository at this point in the history
Toward #371.
  • Loading branch information
waldoj committed Jan 6, 2020
1 parent db7bb32 commit 2af5164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/config_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ variables=(
OPENVA_KEY
VA_DECODED_KEY
MAPBOX_TOKEN
AKISMET_KEY
MEMCACHED_SERVER
PUSHOVER_KEY
SLACK_WEBHOOK
Expand Down
3 changes: 3 additions & 0 deletions htdocs/includes/settings-default.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
# Mapbox API access token
define('MAPBOX_TOKEN', '');

# Akismet API access token
define('AKISMET_KEY', '');

# Logging verbosity, on a scale of 1–8
define('LOG_VERBOSITY', 3);

Expand Down

0 comments on commit 2af5164

Please sign in to comment.