Skip to content

Commit

Permalink
comment out keychain values
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Jan 25, 2024
1 parent f0e9dbe commit a1ec779
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hostd/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = {
osxSign: {}, // object must exist even if empty
osxNotarize: {
tool: 'notarytool',
keychain: 'my-keychain',
keychainProfile: 'my-keychain-profile',
// keychain: 'my-keychain',
// keychainProfile: 'my-keychain-profile',
},
},
rebuildConfig: {},
Expand Down
4 changes: 2 additions & 2 deletions renterd/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = {
osxSign: {}, // object must exist even if empty
osxNotarize: {
tool: 'notarytool',
keychain: 'my-keychain',
keychainProfile: 'my-keychain-profile',
// keychain: 'my-keychain',
// keychainProfile: 'my-keychain-profile',
},
},
rebuildConfig: {},
Expand Down

0 comments on commit a1ec779

Please sign in to comment.