Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
1e55ed26
Commit
1e55ed26
authored
Mar 12, 2004
by
moodler
Browse files
More details
parent
aebaf904
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-dist.php
View file @
1e55ed26
...
...
@@ -52,10 +52,12 @@ $CFG->dbhost = 'localhost'; // eg localhost or db.isp.com
$CFG
->
dbname
=
'moodle'
;
// database name, eg moodle
$CFG
->
dbuser
=
'username'
;
// your database username
$CFG
->
dbpass
=
'password'
;
// your database password
$CFG
->
dbpersist
=
false
;
// "false" is the most stable setting
// "true" can improve performance sometimes
$CFG
->
prefix
=
'mdl_'
;
// Prefix to use for all table names
$CFG
->
dbpersist
=
false
;
// Should database connections be reused?
// "false" is the most stable setting
// "true" can improve performance sometimes
//=========================================================================
// 2. WEB SITE LOCATION
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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