Thanks! I just found that thread, too. I will try something like this

https://groups.google.com/forum/#!topic/chicagoboss/TszYlUCOu7U

{applications, [research, cb_admin]},
{ db_shards,

    [
        [
            {db_host, "localhost"},
            {db_adapter, mysql},
            {db_port, 3306},
            {db_username, "root"},
            {db_password, ""},
            {db_database, "prod_bronx"},
            {db_shard_models, [sales, cities]}
        ],
        [
            {db_host, "thexyzxyz.net"},
            {db_adapter, mongodb},
            {db_database, research},
            {db_write_mode, safe},
            {db_read_mode, master},
            {db_shard_models, [objectives, criterias, candidates]}
        ]
    ]
},
{log_dir, "log"},



On Wednesday, February 17, 2016 at 8:09:58 PM UTC-8, graeme defty wrote:
>
> Hi Robert
>
> I have never tried using shards myself, but it may be worth a look. It 
> could provide you with the separation you need.
>
> Graeme
>
>
>
>
> On Thursday, 18 February 2016, Robert Swirsky <[email protected] 
> <javascript:>> wrote:
> > ChicagoBoss allows for included applications to have their own domains 
> ("virtual hosts").
> >
> > Is it possible for each of these included applications to have their own 
> database settings? The settings in the individual boss.config files, which 
> run fine when started stand-alone, don't seem to be picked up when I start 
> multiple chicago boss applications from one master boss.config file.
> >
> > I need separate db names, username, password for each included 
> application.
> >
> > --
> > You received this message because you are subscribed to the Google 
> Groups "ChicagoBoss" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to [email protected] <javascript:>.
> > Visit this group at https://groups.google.com/group/chicagoboss.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/chicagoboss/cc30c86e-2b8e-43ed-9b5a-243c874402c9%40googlegroups.com
> .
> > For more options, visit https://groups.google.com/d/optout.
> > 

-- 
You received this message because you are subscribed to the Google Groups 
"ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/chicagoboss.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/chicagoboss/87117bd0-f526-449f-8e38-79b4bbf0a5b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to