From 286d743ce3f0ab8d16f69c82c24be8e692ea8d40 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Sun, 29 Sep 2024 15:43:52 -0400 Subject: [PATCH] Change hydrate --- scripts/hydrate.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/hydrate.ts b/scripts/hydrate.ts index eb3db639..54bde8e1 100644 --- a/scripts/hydrate.ts +++ b/scripts/hydrate.ts @@ -14,8 +14,8 @@ async function insertDummyData() { const org1 = db .insert(orgs) .values({ - name: "Fosrl", - domain: "fosrl.io", + name: "Fossorial", + domain: "localhost", }) .returning() .get(); @@ -23,8 +23,8 @@ async function insertDummyData() { const org2 = db .insert(orgs) .values({ - name: "Fossorial", - domain: "fossorial.io", + name: "Fosrl", + domain: "fosrl.io", }) .returning() .get(); @@ -146,15 +146,15 @@ async function insertDummyData() { { resourceId: resource1.resourceId, ip: "10.0.0.16", - method: "https", - port: 443, + method: "http", + port: 80, protocol: "TCP", }, { resourceId: resource2.resourceId, ip: "10.0.0.17", - method: "http", - port: 80, + method: "https", + port: 443, protocol: "TCP", }, {