summaryrefslogtreecommitdiff
path: root/server/accounts.js
blob: 94234b5d74698d12e8bce1152d73ea34b75de415 (plain)
1
2
3
4
5
6
7
8
9
10
ServiceConfiguration.configurations.remove({
  service: "instagram"
});

ServiceConfiguration.configurations.insert({
  service: "instagram",
  clientId: process.env.INSTAGRAM_CLIENT_ID,
  scope: "basic",
  secret: process.env.INSTAGRAM_CLIENT_SECRET
});