Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
46a39fe2
Commit
46a39fe2
authored
Nov 13, 2000
by
Dries
Browse files
* and the correct database settings
parent
9559f61f
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/config.inc
View file @
46a39fe2
...
...
@@ -11,17 +11,17 @@
#$db_name = "droporg";
### host: "http://beta.drop.org/":
#$db_host = "zind.net";
#$db_uname = "dries";
#$db_pass = "Abc123";
#$db_name = "dries";
### host: "http://localhost/":
$db_host
=
""
;
$db_host
=
"zind.net"
;
$db_uname
=
"dries"
;
$db_pass
=
"
oakley
"
;
$db_pass
=
"
Abc123
"
;
$db_name
=
"dries"
;
### host: "http://localhost/":
#$db_host = "";
#$db_uname = "dries";
#$db_pass = "oakley";
#$db_name = "dries";
#
# Administrative information
#
...
...
Write
Preview
Supports
Markdown
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