Skip to content
GitLab
Menu
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
164ccb80
Commit
164ccb80
authored
Dec 21, 2021
by
enured
Browse files
S13566. config-example.qfq.php has been deleted.
parent
ed32038d
Pipeline
#6639
passed with stages
in 2 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/config-example.qfq.php
deleted
100644 → 0
View file @
ed32038d
<?php
// QFQ configuration
//
// Save this file as: <site path>/typo3conf/config.qfq.php
return
[
'DB_1_USER'
=>
'<DBUSER>'
,
'DB_1_SERVER'
=>
'<DBSERVER>'
,
'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_n ...
// ...
// 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
.
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