-
Notifications
You must be signed in to change notification settings - Fork 0
/
Context-Settings.yaml
21 lines (19 loc) · 1.07 KB
/
Context-Settings.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# #
# Example Settings #
# #
# This file contains settings for various parts of the application. #
# Copy this file to Settings.yaml, and adjust as necessary. #
# #
# Please refer to the default settings file(s) or the manuals for #
# possible configuration options. #
# #
TYPO3:
Flow:
persistence:
backendOptions:
dbname: 'friwahl' # adjust to your database name
user: 'friwahl_user' # adjust to your database user
password: 'test' # adjust to your database password
# if you want to log executed SQL queries, enable the next 2 lines
# doctrine:
# sqlLogger: 'TYPO3\Flow\Persistence\Doctrine\Logging\SqlLogger'