Skip to content

Commit

Permalink
update syncdb to include new field value
Browse files Browse the repository at this point in the history
  • Loading branch information
Janson Bunce committed Oct 7, 2024
1 parent 4592e56 commit 1f24668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/tasks/syncdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const handler: Handler = async (event) => {
name: Sentencer.make('{{ adjective }}-{{ noun }}.crossfeed.local'),
ip: ['127', randomNum(), randomNum(), randomNum()].join('.'), // Create random loopback addresses
fromRootDomain: 'crossfeed.local',
isFceb: true,
subdomainSource: 'findomain',
organization
}).save();
Expand Down

0 comments on commit 1f24668

Please sign in to comment.