dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
changed if-else in installer to write configs for the latest version with f...
Florian Schaal
2015-05-04
0adcbbfd969731a9834ce4e018576b99fa2ecf56
[gitlabFork/ISPConfig3.git]
/
install
/
apps
/
metronome_libs
/
mod_auth_external
/
db_conf.inc.php
1
2
3
4
5
6
<?php
$db_user = '{mysql_server_ispconfig_user}';
$db_pass = '{mysql_server_ispconfig_password}';
$db_name = '{mysql_server_database}';
$db_host = '{mysql_server_ip}';
$isp_server_id = '{server_id}';