Skip to content

Commit

Permalink
changed the application manifest and moonshine configurations for mem…
Browse files Browse the repository at this point in the history
…cached
  • Loading branch information
Patrick Putnam authored and Patrick Putnam committed Jan 15, 2013
1 parent 416e65f commit acf8312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/manifests/application_manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class ApplicationManifest < Moonshine::Manifest::Rails
# for details. To customize, remove this recipe and specify the components you want.
recipe :default_stack
recipe :mongodb
recipe :memcached
# Add your application's custom requirements here
def application_packages
# If you've already told Moonshine about a package required by a gem with
Expand Down
3 changes: 3 additions & 0 deletions config/moonshine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@
CONSUMER_SECRET: 7NO1DkBndJYSMu4cs0atnFm7PU3KLtqGWPQP2b4rdw
:assets:
:enabled: true
:memcached:
:max_memory: 512
:listen_address: 127.0.0.1

0 comments on commit acf8312

Please sign in to comment.