mediawiki set inital password
This commit is contained in:
parent
9ce2be7689
commit
7b343a54a4
2 changed files with 2 additions and 0 deletions
1
init/mediawiki
Normal file
1
init/mediawiki
Normal file
|
@ -0,0 +1 @@
|
||||||
|
password
|
|
@ -42,5 +42,6 @@
|
||||||
webserver = "nginx";
|
webserver = "nginx";
|
||||||
url = "http://wiki.it3";
|
url = "http://wiki.it3";
|
||||||
nginx.hostName = "wiki.it3";
|
nginx.hostName = "wiki.it3";
|
||||||
|
passwordFile = "${../../init/mediawiki}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue