-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding await otherwise the card is never updated add in database config screenshots * improve README * adding sample env --------- Co-authored-by: Mettin Parzinski <[email protected]>
- Loading branch information
1 parent
3545222
commit c016f26
Showing
4 changed files
with
208 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Generate an access token in GitHub, and enter the value here. | ||
# To generate the access token, go to https://github.com/settings/tokens | ||
VITE_GH_ACCESS_TOKEN= | ||
|
||
# In Supabase, you create a Postgres database, and you assign it a password. | ||
# Enter the password of the created database in Supabase here. | ||
# For more information, see: | ||
# https://supabase.com/docs/guides/database/managing-passwords | ||
VITE_SUPABASE_PASSWORD= | ||
|
||
# Enter the URL of the Supabase database that the app uses for data persistence here. | ||
# For more information, see: | ||
# https://supabase.com/docs/guides/database | ||
# Login to your account, then go down to Project Settings -> API -> URL. | ||
# Your connection should look like `https://ahnvcdiskdadfgbljsdm.supabase.co | ||
VITE_DATABASE_URL= | ||
|
||
# Enter the API key of the Supabase project with the database that the app uses for data persistence here. | ||
# For more information, see: | ||
# Login to your account, then go down to Project Settings -> API -> Project API keys -> anon public. | ||
VITE_DATABASE_PUBLIC_KEY= | ||
|
||
# Enter the base URL of the hosting service your app runs on here. | ||
# If you're developing locally, it can be 'localhost'. | ||
VITE_BASE_URL= | ||
|
||
# Enter the client secret of your app here. | ||
# To retrieve the client secret, go to https://miro.com/app/settings/user-profile/ | ||
# Select 'Your apps', and then the app whose secret you want to retrieve. | ||
# The app client secret is under 'App Credentials' > 'Client secret'. | ||
MIRO_CLIENT_SECRET= | ||
|
||
# Enter the OAuth code grant flow redirect URI for your app here. | ||
# For more information, see: | ||
# https://developers.miro.com/docs/getting-started-with-oauth | ||
# https://developers.miro.com/reference/authorization-flow-for-expiring-access-tokens | ||
MIRO_REDIRECT_URI= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
c016f26
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
webhooks-manager – ./examples/webhooks-manager
webhooks-manager-miro-web.vercel.app
webhooks-manager-sepia.vercel.app
webhooks-manager-git-main-miro-web.vercel.app
c016f26
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
app-examples-wordle – ./examples/wordle
app-examples-wordle-anthonyroux.vercel.app
app-examples-wordle-git-main-anthonyroux.vercel.app
app-examples-wordle.vercel.app