Created
August 25, 2008 15:45
-
-
Save markbates/7080 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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