This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix spell miss (SWIIFT_OBJECT_URL -> SWIFT_OBJECT_URL) (
#5617
)
master
MitarashiDango
7 years ago
committed by
Eugen Rochko
parent
e618edf85a
commit
cbbeec05be
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/initializers/paperclip.rb
+ 1
- 1
config/initializers/paperclip.rb
View File
@ -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
[
'SWI
I
FT_OBJECT_URL'
]
,
fog_host
:
ENV
[
'SWIFT_OBJECT_URL'
]
,
fog_public
:
true
)
else
Write
Preview
Loading…
Cancel
Save