You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following crates (they should be independent from each other):
syncstorage-settings: code related to syncstorage settings
tokenserver-settings: code related to Tokenserver settings
Currently, the Tokenserver settings are nested within the Syncstorage settings. Ideally, we should remove this dependency relationship so that Syncstorage and Tokenserver can be run independently from one-another.
This is a breaking change. This commit separates syncstorage and tokenserver settings into separate structs that are contained by a parent `Settings` struct. This means that any env vars that hold settings specific to syncstorage (e.g. `SYNC_DATABASE_URL`) have been renamed to `SYNC_SYNCSTORAGE__DATABASE_URL`. Any settings that were moved from the top-level `Settings` struct to the lower level, syncstorage-specific struct will now have a `SYNC_SYNCSTORAGE__` prefix instead of a `SYNC_` prefix.
Closes#1276
Add the following crates (they should be independent from each other):
Currently, the Tokenserver settings are nested within the Syncstorage settings. Ideally, we should remove this dependency relationship so that Syncstorage and Tokenserver can be run independently from one-another.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: