-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
65 additions
and
53 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 |
---|---|---|
@@ -1,10 +1,19 @@ | ||
# Fully qualified url your venice api used for webhooks and server-side rendering. | ||
# Normally this is $SERVER_HOSTNAME/api. e.g. https://connect.example.com/api | ||
NEXT_PUBLIC_API_URL="" | ||
POSTGRES_URL="" # Primary database used for metadata and user data storage | ||
JWT_SECRET_OR_PUBLIC_KEY="" # Used for validating authenticity of accessToken | ||
int_plaid__clientId="" # <Required> ZodString | ||
int_plaid__secrets__sandbox="" # <Required> ZodString | ||
int_plaid__secrets__development="" # <Required> ZodString | ||
int_plaid__secrets__production="" # <Required> ZodString | ||
int_plaid__clientName="" # <Required> ZodString | ||
# Primary database used for metadata and user data storage | ||
POSTGRES_URL="" | ||
# Used for validating authenticity of accessToken | ||
JWT_SECRET_OR_PUBLIC_KEY="" | ||
# <Required> | ||
int_plaid__clientId="" | ||
# <Required> | ||
int_plaid__secrets__sandbox="" | ||
# <Required> | ||
int_plaid__secrets__development="" | ||
# <Required> | ||
int_plaid__secrets__production="" | ||
# <Required> The name of your application, as it should be displayed in Link. | ||
# Maximum length of 30 characters. | ||
# If a value longer than 30 characters is provided, Link will display "This Application" instead. | ||
int_plaid__clientName="" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
|
||
# Environment variables | ||
|
||
| Name | Description | | ||
| :------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| NEXT_PUBLIC_API_URL | Fully qualified url your venice api used for webhooks and server-side rendering.</br>Normally this is $SERVER_HOSTNAME/api. e.g. https://connect.example.com/api | | ||
| POSTGRES_URL | Primary database used for metadata and user data storage | | ||
| JWT_SECRET_OR_PUBLIC_KEY | Used for validating authenticity of accessToken | | ||
| int_plaid__clientId | <Required> ZodString | | ||
| int_plaid__secrets__sandbox | <Required> ZodString | | ||
| int_plaid__secrets__development | <Required> ZodString | | ||
| int_plaid__secrets__production | <Required> ZodString | | ||
| int_plaid__clientName | <Required> ZodString | | ||
| Name | Description | | ||
| :-------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `NEXT_PUBLIC_API_URL` | Fully qualified url your venice api used for webhooks and server-side rendering.</br>Normally this is $SERVER_HOSTNAME/api. e.g. https://connect.example.com/api | | ||
| `POSTGRES_URL` | Primary database used for metadata and user data storage | | ||
| `JWT_SECRET_OR_PUBLIC_KEY` | Used for validating authenticity of accessToken | | ||
| `int_plaid__clientId` | <Required> | | ||
| `int_plaid__secrets__sandbox` | <Required> | | ||
| `int_plaid__secrets__development` | <Required> | | ||
| `int_plaid__secrets__production` | <Required> | | ||
| `int_plaid__clientName` | <Required> The name of your application, as it should be displayed in Link.</br>Maximum length of 30 characters.</br>If a value longer than 30 characters is provided, Link will display "This Application" instead. | | ||
|
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
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