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
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -111,13 +111,14 @@ SMTP_SERVER: ""
111
111
SMTP_USERNAME: ""
112
112
SMTP_PASSWORD: ""
113
113
SMTP_EMAIL: ""
114
+
114
115
##########################
115
116
# Firebase Configuration #
116
117
##########################
117
118
118
119
# To enable Firebase push notification capabilities, a JSON key file named `firebase.json` should be placed at Hyperion root.
119
120
# This file can be created and downloaded from [Google cloud, IAM and administration, Service account](https://console.cloud.google.com/iam-admin/serviceaccounts) page.
120
-
#USE_FIREBASE: False
121
+
USE_FIREBASE: False
121
122
122
123
########################
123
124
# Matrix configuration #
@@ -128,9 +129,9 @@ SMTP_EMAIL: ""
128
129
# If the following parameters are not set, logging won't use the Matrix handler
129
130
# MATRIX_SERVER_BASE_URL is optional, the official Matrix server will be used if not configured
130
131
# 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
184
-
#MYECLPAY_MAXIMUM_WALLET_BALANCE: 1000
189
+
#MYECLPAY_MAXIMUM_WALLET_BALANCE: 8000
185
190
186
191
# Trusted urls is a list of redirect payment url that can be trusted by Hyperion.
187
192
# These urls will be used to validate the redirect url provided by the front
188
-
#TRUSTED_PAYMENT_REDIRECT_URLS: []
193
+
#TRUSTED_PAYMENT_REDIRECT_URLS:
194
+
# - http://localhost:3000/static.html
189
195
190
196
# 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
191
197
# This service will use a special token to access the data
0 commit comments