Parent Directory
|
Revision Log
Added license words.
# # Copyright (c) 2003-2006 University of Chicago and Fellowship # for Interpretations of Genomes. All Rights Reserved. # # This file is part of the SEED Toolkit. # # The SEED Toolkit is free software. You can redistribute # it and/or modify it under the terms of the SEED Toolkit # Public License. # # You should have received a copy of the SEED Toolkit Public License # along with this program; if not write to the University of Chicago # at info@ci.uchicago.edu or the Fellowship for Interpretation of # Genomes at veronika@thefig.info or download a copy from # http://www.theseed.org/LICENSE.TXT. # # # Mysql configuration. # # print "In envsub mysql\n"; # # We should be ready to go. Put the config file directives in. # # # We use the current account as the db user. # my $dbuser = (getpwuid($>))[0]; my $dbport = 5432; push(@$Config, ["dbms", "mysql", 1]); push(@$Config, ["db", "fig", 1]); push(@$Config, ["dbuser", $dbuser, 1]); push(@$Config, ["dbpass", "", 1]); push(@$Config, ["dbport", $dbport, 0]); push(@$Config, ["sproutDB", "Sprout", 1]); # # Create the start/stop servers script # # Mysql doesn't need anything there. # #open(FH, ">>$start_servers"); #close(FH); #open(FH, ">>$stop_servers"); #close(FH); 1;
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |