Skip to content

Commit

Permalink
add tmp channels
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed Jan 22, 2025
1 parent e2a1b14 commit 7bf69e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,15 @@ settings.override = (profile, key, value) => {
}
};

settings.channels = {
production: {
name: 'production',
url: 'https://binaries.particle.io',
},
staging: {
name: 'staging',
url: 'https://binaries.staging.particle.io',
}
};

module.exports = settings;

0 comments on commit 7bf69e9

Please sign in to comment.