Cesy (
cesy) wrote in
dw_dev_training2009-08-27 09:27 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Entry tags:
Quick question
I'm trying to review bug 671, which includes email notifications. I've been told ESN requires TheSchwartz, so I'm looking at the wiki page to set it up.
It mentions the following line of code in etc/config-local.pl:
However, there's a very similar block in etc/config-private.pl from the recent database changes (it's the one that was somewhere different before and we had to copy and paste across), and that has:
(Or something similar - I don't have access to my Dreamhack right now so can't double-check the syntax, but that was the gist of it.)
So, should I change it to a new password, or which existing password, or should it be what's on the wiki? Also, which file should it be in?
It mentions the following line of code in etc/config-local.pl:
pass => $DW::PRIVATE::THESCHWARTZ_DBS{pass},
However, there's a very similar block in etc/config-private.pl from the recent database changes (it's the one that was somewhere different before and we had to copy and paste across), and that has:
pass => "password", #CHANGE THIS
(Or something similar - I don't have access to my Dreamhack right now so can't double-check the syntax, but that was the gist of it.)
So, should I change it to a new password, or which existing password, or should it be what's on the wiki? Also, which file should it be in?
no subject
Yep, change that "password" in config-private.pl to your password in quotes. Then it will use your actual password when it calls pass => $DW::PRIVATE::THESCHWARTZ_DBS{pass}, in config-local.pl.
This was implemented so that when config-local.pl is changed, you don't lose your Schwarzt setup, I think.
no subject
Do I invent a new password for this, or is it meant to be the same as my db one?
no subject
(I hope - I never changed my DH passwords)
no subject