search for: apiloc

Displaying 1 result from an estimated 1 matches for "apiloc".

Did you mean: apidoc
2010 May 13
2
A second production environment
Hi, I''m attempting to create a second production environment, because I have multiple databases to maintain, and production is much faster. So now I have 2 ''production style'' environments, called ''production'' and ''apiloc_production'' To create the apiloc_production environment, I added a new entry in database.yml: apiloc_production: adapter: postgresql database: apiloc timeout: 5000 I also created an apiloc_production.rb file in config/environments by simply copying production.rb (attached). There...