Send weekly posts to Day One

This commit is contained in:
2023-03-07 22:02:05 +11:00
parent 4b2a8ee672
commit de34b2733f
6 changed files with 43 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ module Adamantium
setting :lastfm_api_key, default: nil
setting :lastfm_secret, default: nil
setting :from_email, default: nil
setting :dayone_email, default: nil
# Micropub endpoints
setting :micropub_media_endpoint, default: "", constructor: Types::Params::String