This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
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 env variable name
closed-social-v3
Eugen
7 years ago
committed by
GitHub
parent
18b11100e7
commit
4292cf60ae
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/database.yml
+ 1
- 1
config/database.yml
View File
@ -1,6 +1,6 @@
default
:
&default
adapter
:
postgresql
pool
:
<%= ENV["DB_POOL"] || ENV['
RAILS_
MAX_THREADS'] || 5 %>
pool
:
<%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
timeout
:
5000
encoding
:
unicode
Write
Preview
Loading…
Cancel
Save