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: config.template.yaml
+25-26Lines changed: 25 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ CLIENT_URL: http://127.0.0.1:8000/ # NOTE: A trailing / is required
47
47
# For exemple:
48
48
# - you will access the login page from your browser http://localhost:8000/auth/authorize
49
49
# - but the docker container should call http://host.docker.internal:8000/auth/token and not your localhost address
50
-
#OVERRIDDEN_CLIENT_URL_FOR_OIDC: "http://host.docker.internal:8000/" # NOTE: A trailing / is required
50
+
#OVERRIDDEN_CLIENT_URL_FOR_OIDC: http://host.docker.internal:8000/ # NOTE: A trailing / is required
51
51
52
52
# Origins for the CORS middleware. `["http://localhost:3000"]` can be used for development.
53
53
# See https://fastapi.tiangolo.com/tutorial/cors/
@@ -81,7 +81,7 @@ AUTH_CLIENTS:
81
81
- http://localhost:3000/static.html
82
82
- http://127.0.0.1:3000/static.html
83
83
- https://myecl.fr/static.html
84
-
- "fr.myecl.titan://authorized
84
+
- fr.myecl.titan://authorized
85
85
auth_client: AppAuthClient
86
86
Postman:
87
87
secret: PostmanSecret
@@ -147,10 +147,10 @@ FACTORIES_DEMO_USERS:
147
147
148
148
SMTP_ACTIVE: False
149
149
SMTP_PORT: 587
150
-
SMTP_SERVER:""
151
-
SMTP_USERNAME:""
152
-
SMTP_PASSWORD:""
153
-
SMTP_EMAIL:""
150
+
SMTP_SERVER:
151
+
SMTP_USERNAME:
152
+
SMTP_PASSWORD:
153
+
SMTP_EMAIL:
154
154
155
155
##########################
156
156
# Firebase Configuration #
@@ -159,7 +159,6 @@ SMTP_EMAIL: ""
159
159
# To enable Firebase push notification capabilities, a JSON key file named `firebase.json` should be placed at Hyperion root.
160
160
# This file can be created and downloaded from [Google cloud, IAM and administration, Service account](https://console.cloud.google.com/iam-admin/serviceaccounts) page.
161
161
USE_FIREBASE: False
162
-
163
162
########################
164
163
# Matrix configuration #
165
164
########################
@@ -169,28 +168,28 @@ USE_FIREBASE: False
169
168
# If the following parameters are not set, logging won't use the Matrix handler
170
169
# MATRIX_SERVER_BASE_URL is optional, the official Matrix server will be used if not configured
171
170
# 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
# Maximum wallet balance for MyECLPay in cents, we will prevent user from adding more money to their wallet if it will make their balance exceed this value
229
228
#MYECLPAY_MAXIMUM_WALLET_BALANCE: 8000
@@ -236,4 +235,4 @@ USE_FIREBASE: False
236
235
# MyECLPay requires an external service to recurrently check for transactions and state integrity, this service needs an access to all the data related to the transactions and the users involved
237
236
# This service will use a special token to access the data
238
237
# If this token is not set, the service will not be able to access the data and no integrity check will be performed
0 commit comments