thunderstore-io / thunderstore-ui

Thunderstore React UI
11 stars 5 forks source link

Improve how configuration is managed in the cyberstorm-nextjs project #1083

Closed MythicManiac closed 6 months ago

MythicManiac commented 6 months ago

This PR consolidates all environment variable access to a single config module and changes how the dynamic configuration substitution pipeline works to expect a single base64 encoded value rather than multiple fragmented values.

Notably this PR also fixes an issue where the variable substitution workflow was replacing the configuration keys rather than their values.