feat: environment variables reference#1986
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
sharat87
requested changes
Dec 15, 2023
sharat87
left a comment
Member
There was a problem hiding this comment.
- Can we use level-3 headers under level-2, instead of having level-4 under level-2 please?
- I see
ddtags without correspondingdttags. Can we remove theddtags since they don't seem to be necessary here? - All the env variables have a double underscore after
APPSMITH. It should be one underscore only.
Contributor
Author
|
jnikhila
commented
Dec 15, 2023
|
|
||
| Appsmith can connect to external providers for MongoDB and Redis. The associated environment variables ensure that Appsmith establishes a connection to external hosting rather than using the embedded MongoDB or Redis servers. | ||
|
|
||
| #### `APPSMITH_MONGODB_URI` |
Contributor
Author
There was a problem hiding this comment.
@sharat87 - Could you please provide an example string that I can include here?
jnikhila
commented
Dec 15, 2023
| Appsmith uses this variable to connect to an external MongoDB instance. Set it to the full MongoDB URI supplied by the hosting service. This enables Appsmith to store data in your MongoDB database, ensuring control and ownership of the application data. | ||
| </dd> | ||
|
|
||
| #### `APPSMITH_REDIS_URL` |
Contributor
Author
There was a problem hiding this comment.
@sharat87 - Could you please provide an example string that I can include here?
Contributor
Author
danciaclara
suggested changes
Dec 15, 2023
| This variable holds the Client Secret provided by Google for OAuth 2.0. The secret is confidential and used in server-to-server communications. Assign this variable with the Google OAuth 2.0 Client Secret obtained from the Google Cloud Platform console where you configured your OAuth credentials. | ||
| </dd> | ||
|
|
||
| ## Google OAuth |
Contributor
There was a problem hiding this comment.
Suggested change
| ## Google OAuth | |
| ## GitHub OAuth |
danciaclara
approved these changes
Dec 15, 2023
1 task
gugulet-hu-spreadai
pushed a commit
to spread-ai/docs-appsmith-fork
that referenced
this pull request
Sep 30, 2024
## Checklist I have: - [x] run the content through Grammarly - [ ] linked to sample apps when relevant - [ ] added the meta description for each page in the PR - [ ] minimized the callouts and added only when necessary - [ ] added the `queryString` parameter to the Tabs (if used) - [ ] masked PII in images. For example, login credentials, account details, and more - [ ] added images only when necessary - [ ] deleted the images that are no longer used for the updated pages in the PR - [ ] followed the image file naming convention while renaming or adding new images. (Use lowercase letters, dashes between words, and be as descriptive as possible) - [ ] used the `<figure/>` tag instead of a markdown representation for images - [ ] added the `<figcaption/>` tag to add a caption to the image - [ ] added the `alt` attribute in the `<img/>` tag - [ ] verified and updated the cross-references or created redirect rules for the changed or removed content - [ ] reviewed and applied the style changes for UI formatting. For example, Bold the UI elements(Buttons on screen) used in the doc.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
I have:
queryStringparameter to the Tabs (if used)<figure/>tag instead of a markdown representation for images<figcaption/>tag to add a caption to the imagealtattribute in the<img/>tag