On Mon, Jul 11, 2011 at 08:26:47AM +0000: > commit: 8e10510c42fd9f64d19278e3407add6877ee5b22 ... > URL: > http://git.overlays.gentoo.org/gitweb/?p=proj/gentoostats.git;a=commit;h=8e10510c ... > diff --git a/server/config.py b/server/config.py > index 6cb9ec3..a7b0f26 100644 > --- a/server/config.py > +++ b/server/config.py > @@ -5,8 +5,8 @@ import web > > db = web.database( > dbn='mysql', > - user='gentoo', > - pw='gentoo', > + user='gentoostats', > + pw='poicyurp3ZaddajGhaf', > db='gentoostats' FYI for anybody else reviewing this commit, this password has been revoked now.
Please don't commit passwords to repos folks. Put them in files that are .gitignored, and contain only the auth credentials, not anything else. Make a copy of that w/ a .example suffix so it can be easily seen where to put the password-containing file. -- Robin Hugh Johnson Gentoo Linux: Developer, Trustee & Infrastructure Lead E-Mail : [email protected] GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85
