Cron jobs and daemons for the tricktionary
config/
├── firebase-adminsdk.json
├── google-storageadmin.json
├── mailgun-conf.json
└── mailgun-test.json
Generate one on https://console.firebase.google.com/project/<projectid>/settings/serviceaccounts/adminsdk
Generate one on https://console.developers.google.com/iam-admin/serviceaccounts/project?project=<projectid>
(Click "create new service account" pick a name and select role: Storage->Storage Object Admin
or Storage->Storage Object Creator
)
Copy config/mailgun.example.json and fill it in as follow
apiKey
to your mailgun apiKeydomain
to the mailgun domain you want to useto
to the email(s) of the administrator(s) that will recieve notifications about all changes
Copy config/mailgun.example.json and fill it in as follow
apiKey
to your mailgun apiKeydomain
to one of your mailgun sandbox domainto
to the email(s) of the administrator(s) that will recieve notifications about all changes, it should be authorised to recieve emails from your sandbox domain