On Thu, Mar 12, 2015 at 6:08 AM, somenxavier <[email protected]> wrote:
> Hi, > > When I set the project environment > <http://trac.edgewall.org/wiki/TracInstall#CreatingaProjectEnvironment> as > > > $ trac-admin foo initenv > > > and I want to change foo name for 'bla'. How can I do that? > I assume Trac Standalone with foo as a realm in passwords file > <http://trac.edgewall.org/wiki/TracStandalone#UsingAuthentication> > You can directly edit the [project] section of conf/trac.ini in your environment. - http://trac.edgewall.org/wiki/TracIni#project-section Alternatively, you can use: $ trac-admin foo config set project name <new-name> - http://trac.edgewall.org/wiki/TracAdmin#FullCommandReference -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
