diff --git a/config/env.example b/config/env.example index 56ff3d288..f557df768 100644 --- a/config/env.example +++ b/config/env.example @@ -28,9 +28,8 @@ BASIC_AUTH_ENABLED="disabled" BASIC_AUTH_USERNAME="" BASIC_AUTH_PASSWORD="" -# Object Storage for attachments. Used if STORAGE_TYPE is not "local" -STORAGE_TYPE="openstack" -FOG_OPENSTACK_AUTH_URL="https://auth.cloud.ovh.net" +# Object Storage for attachments +FOG_ENABLED="disabled" FOG_OPENSTACK_API_KEY="" FOG_OPENSTACK_USERNAME="" FOG_OPENSTACK_URL="" diff --git a/config/storage.yml b/config/storage.yml index b86efa2e7..b24cd1613 100644 --- a/config/storage.yml +++ b/config/storage.yml @@ -8,7 +8,7 @@ openstack: service: OpenStack container: "<%= ENV['FOG_ACTIVESTORAGE_DIRECTORY'] %>" credentials: - openstack_auth_url: "<%= ENV['FOG_OPENSTACK_AUTH_URL'] %>" + openstack_auth_url: "<%= ENV['FOG_OPENSTACK_URL'] %>" openstack_api_key: "<%= ENV['FOG_OPENSTACK_API_KEY'] %>" openstack_username: "<%= ENV['FOG_OPENSTACK_USERNAME'] %>" openstack_region: "<%= ENV['FOG_OPENSTACK_REGION'] %>"