From 3847781c654a2477ae9c9d77cf87adf2f0f1b9b4 Mon Sep 17 00:00:00 2001 From: Auth <93170896+AuthGithub@users.noreply.github.com> Date: Sat, 14 Sep 2024 16:39:46 -0400 Subject: [PATCH] testingigidkman --- README.md | 5 +++++ auth.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf2539a..b338bf9 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,8 @@ This is a simple web application that helps users decide what to eat. The user can input their location and the type of food they are craving, and the app will return a list of restaurants that match the user's criteria. The user can then click on a restaurant to view more information about it, such as the restaurant's address, phone number, and website. The app also provides a map with directions to the restaurant. ## Technologies Used +node.js +llama AI model +MongoDB +PropelAuth +Domain from GoDaddy \ No newline at end of file diff --git a/auth.js b/auth.js index 5039ebc..9e332b3 100644 --- a/auth.js +++ b/auth.js @@ -1,7 +1,7 @@ import { createClient } from "@propelauth/javascript"; const authClient = createClient({ - authUrl: "http://localhost:3000", // Replace with your actual auth URL + authUrl: "http://172.29.116.31", // Replace with your actual auth URL enableBackgroundTokenRefresh: true // Optional });