mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02:00
2023-02-23 Fred Gleason <fredg@paravelsystems.com>
* Changed the value of the 'Password=' directive in the '[mySQL]' section of 'conf/rd.conf-sample' to 'hackme'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -48,10 +48,17 @@ Label=Default (Local)
|
||||
|
||||
[mySQL]
|
||||
; The connection parameters for the MySQL server.
|
||||
;
|
||||
; Replace these with values that are appropirate for your setup.
|
||||
;
|
||||
Hostname=localhost
|
||||
Loginname=rduser
|
||||
Password=letmein
|
||||
Password=hackme
|
||||
Database=Rivendell
|
||||
|
||||
; The Qt SQL driver plug-in to use. It should seldom be necessary to
|
||||
; change this.
|
||||
;
|
||||
Driver=QMYSQL3
|
||||
|
||||
; The interval between 'keep-alive' queries to the MySQL server (seconds)
|
||||
|
Reference in New Issue
Block a user