Skip to content

Instantly share code, notes, and snippets.

@markbates
Created August 25, 2008 15:45
Show Gist options
  • Save markbates/7080 to your computer and use it in GitHub Desktop.
Save markbates/7080 to your computer and use it in GitHub Desktop.
# config/app_config/default.yml or your <environment>.yml file of choice
# Share your routes? true/false
mack::share_routes: true
# Share your objects? true/false
mack::share_objects: true
# Share your views/layouts? true/false
mack::share_views: true
# What is the UNIQUE name for this application?
# This is used to be able to register the services
# for this application with Rinda. It's also used
# so other applications can look up those services
# directly.
mack::distributed_app_name: my_cool_app
# What is the fully qualified host for this application?
# This is used for building the full url for distributed
# routes.
mack::distributed_site_domain: http://www.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment