Skip to content

Commit

Permalink
put in code challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonam Samdupkhangsar authored and Sonam Samdupkhangsar committed Sep 5, 2024
1 parent 5bacc4e commit bdc3a06
Show file tree
Hide file tree
Showing 6 changed files with 1,075 additions and 298 deletions.
4 changes: 3 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#this is for local development, ip address is of local computer
NEXTAUTH_URL=http://10.0.0.28:3000
API_GATEWAY=http://10.0.0.28:8080
AUTH_SERVER=https://authorization.sonam.cloud/issuer
NEXTAUTH_SECRET=784f7fef01cb1c4ee173eaf27a186d07716f3d7f332757f823cbeee1a32f6923
#5d7d1b35b9fa0616dccd6ed7748e79c1fdd6da07789008b2cd03c792c80a3ff4
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
Loading

0 comments on commit bdc3a06

Please sign in to comment.