Add remoteStorage settings #117
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/rs-settings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds some basic settings for the remoteStorage service.
The storage server URL can be set via
RS_STORAGE_URL
.This setting is needed for two follow-up PRs (WebFinger endpoint & OAuth dialogs for authorizing storage access).
Looks like CI is failing because it's missing the new environment variable. But I don't seem to have access to the Drone organization secrects settings.
You don't need to set a secret. Just add the variable to
.env.test
.