Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pineylilly committed Oct 29, 2023
2 parents 71b55da + e6a6c8a commit 4b65564
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
DATABASE_URL="POSTGRES_DATABASE_URL"
#Authentication
KINDE_CLIENT_ID="<Kinde client id>"
KINDE_CLIENT_SECRET="<Kinde client secret>"
KINDE_ISSUER_URL="<Kinde issuer URL>"
KINDE_SITE_URL="<Kinde site URL>"
KINDE_POST_LOGOUT_REDIRECT_URL="<post logout URL>"
KINDE_POST_LOGIN_REDIRECT_URL="<post login URL>"
#File Upload (Uploadthing)
UPLOADTHING_SECRET="<Uploadthing secret>"
UPLOADTHING_APP_ID="<Uploadthing App ID>"
#Paotooong
COMPANY_PAOTOOONG_EMAIL="<Paotooong E-Mail>"
COMPANY_PAOTOOONG_PASSWORD="<Paotooong Password>"
COMPANT_PAOTOOONG_ID="<Paotoong ID>"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts

.env*
.env

0 comments on commit 4b65564

Please sign in to comment.