Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MK
ISPConfig 3
Commits
2332f196
Commit
2332f196
authored
May 16, 2015
by
Michel Käser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
two small fixes + indentation
parent
82e9b9e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
install/tpl/authmysqlrc.master
install/tpl/authmysqlrc.master
+1
-2
install/tpl/config.inc.php.master
install/tpl/config.inc.php.master
+1
-1
No files found.
install/tpl/authmysqlrc.master
View file @
2332f196
MYSQL_SERVER {mysql_server_host}
MYSQL_PORT {mysql_server_port}
MYSQL_USERNAME {mysql_server_ispconfig_user}
MYSQL_PASSWORD {mysql_server_ispconfig_password}
MYSQL_PORT
0
MYSQL_PORT
{mysql_server_port}
MYSQL_DATABASE {mysql_server_database}
MYSQL_USER_TABLE mail_user
MYSQL_CRYPT_PWFIELD password
...
...
install/tpl/config.inc.php.master
View file @
2332f196
...
...
@@ -83,7 +83,7 @@ define('DB_CHARSET',$conf['db_charset']);
//** Database settings for the master DB. This setting is only used in multiserver setups
$conf
[
'dbmaster_type'
]
=
'mysql'
;
$conf
[
'dbmaster_host'
]
=
'{mysql_master_server_host}'
;
$conf
[
'dbmaster_
host'
]
=
'{mysql_master_server_port}'
;
$conf
[
'dbmaster_
port'
]
=
'{mysql_master_server_port}'
;
$conf
[
'dbmaster_database'
]
=
'{mysql_master_server_database}'
;
$conf
[
'dbmaster_user'
]
=
'{mysql_master_server_ispconfig_user}'
;
$conf
[
'dbmaster_password'
]
=
'{mysql_master_server_ispconfig_password}'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment