syncstorage-rs/scripts
Ethan Donowitz 0ae5fd2059
refactor: add settings crates (#1306)
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
2022-10-19 17:15:56 -04:00
..
build-docs.sh fix: use single = for equality test in docs script 2018-10-16 18:19:58 +01:00
id_rsa.enc chore: deploy docs to gh-pages branch 2018-10-15 17:56:42 +01:00
prepare-spanner.sh refactor: add settings crates (#1306) 2022-10-19 17:15:56 -04:00
sentry-release.sh Release/0.8.1 - and include details/helper script for creating sentry releases (#921) 2020-11-16 17:53:19 -05:00