-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update configuration.md #1663
update configuration.md #1663
Conversation
Line notes aside, there's two things I'd like to see:
I'll take a closer look at tomorrow hopefully. Thanks! |
cd40712
to
0312ee7
Compare
@@ -38,7 +38,7 @@ get very far. Still it can be useful for developing and debugging builds. | |||
|
|||
The folowing environment variable can be set when building and running this application. If using the top-level `docker compose` configuration, it can be found in the `.env` file there. | |||
|
|||
**SERVICE_URL**: (Optional) The URL of your API Server. Set this value if your API Server is not on the same domain as your client-report. | |||
**`SERVICE_URL`**: (Optional) The URL of your API Server. Set this value if your API Server is not on the same domain as your client-report. |
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.
Should this actually be REPORT_SERVICE_URL
? See #1666.
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.
Would still like clarification on this, but not blocking for now.
|
||
Values that have been renamed or replaced: | ||
|
||
- **`DATABASE_FOR_READS_NAME`** has been replaced by **`READ_ONLY_DATABASE_URL`** |
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.
@ballPointPenguin This is somewhat problematic with usage on Heroku, since the main DATABASE_URL
(and any read replica dbs) needs to be managed by the system. That's why we implemented DATABASE_FOR_READS_NAME
as a pointer to the var that gets read from for the read only database.
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.
Lets fork this off as a separate issue
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.
STATIC_FILES_PARTICIPATION_PORT; typo and organization of configuration.md.
ba3832d
to
2018c3d
Compare
Added the new docs/upgrading.md guide.
Detail every env var in docs/configuration.md.
Change the new STATIC_FILES_CLIENT_PORT to STATIC_FILES_PARTICIPATION_PORT