Documentation updates#570
Draft
MatthewGidcomb wants to merge 5 commits into
Draft
Conversation
MatthewGidcomb
commented
Jun 14, 2026
Member
Author
There was a problem hiding this comment.
@chriswininger I think the only part of this to-do list left to do is filtering by partner name, right?
Contributor
There was a problem hiding this comment.
Congrats on deleting this file!
summasmiff
reviewed
Jun 18, 2026
|
|
||
| Set up the env file and add *1nfinite.pem* file to keys directory. Sample files are provided with a `.sample` suffix. | ||
| A core team member can send you the dev secrets via the Infinite Industries Slack. | ||
| Set up the env file. A sample file is provided with a `.sample` suffix. |
Contributor
There was a problem hiding this comment.
Maybe a note that you don't actually need to do this unless you need specific dotenv variables like AWS stuff?
summasmiff
reviewed
Jun 18, 2026
summasmiff
approved these changes
Jun 18, 2026
summasmiff
left a comment
Contributor
There was a problem hiding this comment.
Comments are just thoughts as someone new to the project, feel free to ignore
MatthewGidcomb
commented
Jun 20, 2026
Comment on lines
+25
to
+27
| There are sane defaults for all env configuration, including local database connection (see below). The only secondary service strictly required under development is the database; everything else (auth, file storage, etc) falls back on local behavior for convenience. | ||
|
|
||
| If you need to override something, e.g. to test real auth, you can set the appropriate env vars or use an env file. A sample file is provided with a `.sample` suffix. |
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.
Work-in-progress documentation updates, starting with some issues Summer flagged getting started and branching out from there.