dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
FS#3635 - Adding Shell Users with remote API is broken in 3.0.5.4p3 FS#3632...
Till Brehm
2014-08-21
e23c47d06adda746c330be387f042319f0d7e4dc
[gitlabFork/ISPConfig3.git]
/
install
/
tpl
/
mysql_clientdb.conf.master
1
2
3
4
5
6
7
<?php
$clientdb_host = '{hostname}';
$clientdb_user = '{username}';
$clientdb_password = '{password}';
?>