dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'work-3.0.5.4p3' of git.ispconfig.org:pixcept/ispconfig3-mods ...
Till Brehm
2014-08-14
1bcc716dfaf8dcea2b036b0e96302fef4fcc98ad
[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}';
?>