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
typo3
qfq
Commits
b97e3ecb
Commit
b97e3ecb
authored
Dec 22, 2018
by
Carsten Rose
Browse files
config.qfq.example.php: add missing '>'
parent
fda67c24
Pipeline
#1228
passed with stage
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/config.qfq.example.php
View file @
b97e3ecb
...
...
@@ -10,14 +10,14 @@ return [
'DB_1_PASSWORD'
=>
'<DBPW>'
,
'DB_1_NAME'
=>
'<DB>'
,
//DB_2_USER = <DBUSER>
//DB_2_SERVER = <DBSERVER>
//DB_2_PASSWORD = <DBPW>
//DB_2_NAME = <DB>
//DB_2_USER =
>
<DBUSER>
//DB_2_SERVER =
>
<DBSERVER>
//DB_2_PASSWORD =
>
<DBPW>
//DB_2_NAME =
>
<DB>
// DB_n ...
// ...
// LDAP_1_RDN =
// LDAP_1_PASSWORD =
// LDAP_1_RDN =
> 'ou=Admin,ou=example,dc=com'
// LDAP_1_PASSWORD =
> 'mySecurePassword'
];
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