Deprecate this config.toml because our repo is going public
parent
42bb6f8bad
commit
585445cb6a
18
config.toml
18
config.toml
|
@ -1,18 +0,0 @@
|
|||
# User Constants - Update as needed
|
||||
batch_size = 500 # Max 500 messages per batch: https://postmarkapp.com/developer/api/templates-api#send-batch-with-templates
|
||||
test_email = "" # Fill this in with your own email address
|
||||
|
||||
# Handmade Cities Credentials - DON'T TOUCH
|
||||
[hmc]
|
||||
api_url = "https://api.handmadecities.com/v1/meetups/subscribers"
|
||||
shared_secret = "Land_OF_TERminA__MAJORAS_LAIR#666!"
|
||||
city = "Termina"
|
||||
|
||||
# Postmark App Credentials - NO TOUCHY TOUCHY
|
||||
[postmark]
|
||||
server_token = "37967b9a-6b1c-430e-a65f-de043de3e568"
|
||||
api_url = "https://api.postmarkapp.com/email/batchWithTemplates"
|
||||
template_id = 35682307
|
||||
sender_name = "Skull Kid"
|
||||
sender_email = "majora@handmadecities.com"
|
||||
message_stream = "termina"
|
Loading…
Reference in New Issue