mediawiki: in staging, fix the port and password
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
542cc75a07
commit
cf6f1a8b52
1 changed files with 5 additions and 0 deletions
|
@ -129,8 +129,13 @@ $wgDBtype = "mysql";
|
|||
$wgDBserver = "db03";
|
||||
$wgDBname = "fpo-mediawiki";
|
||||
$wgDBuser = "fpo-mw-user";
|
||||
{% if env == "staging" %}
|
||||
$wgDBpassword = "{{ stgfpoPassword }}";
|
||||
$wgDBport = "3306";
|
||||
{% else %}
|
||||
$wgDBpassword = "{{ fpoPassword }}";
|
||||
$wgDBport = "5432";
|
||||
{% endif %}
|
||||
$wgDBprefix = "en_";
|
||||
|
||||
# MySQL table options to use during installation or update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue