rename APP_PROVIDER_BASIC_* environment variables, followup of #2811

This commit is contained in:
Willy Kloucek
2021-11-24 15:17:33 +01:00
parent 38d670f1b3
commit 0fc2efadf2
2 changed files with 12 additions and 4 deletions
@@ -0,0 +1,8 @@
Change: Rename `APP_PROVIDER_BASIC_*` environment variables
We've renamed the `APP_PROVIDER_BASIC_*` to `APP_PROVIDER_*` since
the `_BASIC_` part is a copy and paste error. Now all app provider
environment variables are consistently starting with `APP_PROVIDER_*`.
https://github.com/owncloud/ocis/pull/2812
https://github.com/owncloud/ocis/pull/2811