You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/config.test.yaml
+1-91Lines changed: 1 addition & 91 deletions
Original file line number
Diff line number
Diff line change
@@ -123,48 +123,6 @@ AUTH_CLIENTS:
123
123
#SQLITE_DB: app.db # If set, the application use a SQLite database instead of PostgreSQL, for testing or development purposes (if possible PostgreSQL should be used instead)
124
124
DATABASE_DEBUG: False # If True, will print all SQL queries in the console
125
125
LOG_DEBUG_MESSAGES: True
126
-
NB_WORKERS: 6# Not yet used...
127
-
128
-
#############
129
-
# Factories #
130
-
#############
131
-
132
-
USE_FACTORIES: True # if True and the database is empty, it will be seeded with mocked data
133
-
134
-
# Configure demo users, to populate the db with your users
135
-
# The Python-expected type is `list[UserDemoFactoryConfig]` where the class `UserDemoFactoryConfig` is from `app.core.utils.config`.
136
-
# Thus, the following format should be used in yaml config files:
# This file can be created and downloaded from [Google cloud, IAM and administration, Service account](https://console.cloud.google.com/iam-admin/serviceaccounts) page.
186
144
USE_FIREBASE: False
187
145
188
-
########################
189
-
# Matrix configuration #
190
-
########################
191
-
192
-
# Matrix configuration is optional. If configured, Hyperion will be able to send messages to a Matrix server.
193
-
# This configuration will be used to send errors messages.
194
-
# If the following parameters are not set, logging won't use the Matrix handler
195
-
# MATRIX_SERVER_BASE_URL is optional, the official Matrix server will be used if not configured
196
-
# Advanced note: Username and password will be used to ask for an access token. A Matrix custom client `Hyperion` is used to make all requests
0 commit comments