Skip to content
Snippets Groups Projects
Commit cbbeec05 authored by MitarashiDango's avatar MitarashiDango Committed by Eugen Rochko
Browse files

Fix spell miss (SWIIFT_OBJECT_URL -> SWIFT_OBJECT_URL) (#5617)

parent e618edf8
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ elsif ENV['SWIFT_ENABLED'] == 'true'
openstack_cache_ttl: ENV.fetch('SWIFT_CACHE_TTL') { 60 },
},
fog_directory: ENV['SWIFT_CONTAINER'],
fog_host: ENV['SWIIFT_OBJECT_URL'],
fog_host: ENV['SWIFT_OBJECT_URL'],
fog_public: true
)
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment