El domingo, 28 de enero de 2018, 11:25:09 (UTC-6), Dominique Chabord escribió:
> Hi,
> in production, good practice is to set only one database per service.
> in other words, start one process per database with a dedicated postgresql 
> role.
> 
> 2018-01-28 18:02 GMT+01:00 Josias Pérez <[email protected]>:
> > Hi, I have the following config file for a uWSGI server. All works fine, 
> > but all the database are listed, is there a way to show only 1 database?
> >
> > [uwsgi]
> > http-socket=0.0.0.0:8000
> > virtualenv = /opt/cr
> > module=trytond.application:app
> > env = TRYTOND_CONFIG=/opt/cr/tr.conf
> > env = TRYTOND_LOGGING_CONFIG=/opt/cr/log.conf
> > env = TRYTOND_DATABASE_NAMES=cr
> > check-static = /opt/cr/saocr
> > uid = www-data
> > gid = www-data
> >
> > I was reading this docs[1] but I dont know if I'm doing something bad.
> >
> > [1] 
> > http://doc.tryton.org/4.6/trytond/doc/topics/start_server.html#topics-start-server
> >
> > Thanks in advance!

This works perfect for me! Thanks! 

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/871288a9-12fb-4977-8c46-5322089864a2%40googlegroups.com.

Reply via email to