Skip to content

Commit 0e3e610

Browse files
committed
Minor completions
1 parent 847ed62 commit 0e3e610

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

config.template.yaml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,14 @@ SMTP_SERVER: ""
111111
SMTP_USERNAME: ""
112112
SMTP_PASSWORD: ""
113113
SMTP_EMAIL: ""
114+
114115
##########################
115116
# Firebase Configuration #
116117
##########################
117118

118119
# To enable Firebase push notification capabilities, a JSON key file named `firebase.json` should be placed at Hyperion root.
119120
# 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
121122

122123
########################
123124
# Matrix configuration #
@@ -128,9 +129,9 @@ SMTP_EMAIL: ""
128129
# If the following parameters are not set, logging won't use the Matrix handler
129130
# MATRIX_SERVER_BASE_URL is optional, the official Matrix server will be used if not configured
130131
# 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
131-
#MATRIX_SERVER_BASE_URL: ""
132-
#MATRIX_TOKEN: ""
133-
#MATRIX_LOG_ERROR_ROOM_ID: ""
132+
#MATRIX_SERVER_BASE_URL: "https://matrix.example.org/"
133+
#MATRIX_TOKEN: "mct_..."
134+
#MATRIX_LOG_ERROR_ROOM_ID: "!...:myecl.fr"
134135
#MATRIX_LOG_AMAP_ROOM_ID: ""
135136

136137
#############################
@@ -176,16 +177,21 @@ SMTP_EMAIL: ""
176177
# HELLOASSO_API_BASE should have the format: `api.helloasso-sandbox.com`
177178
# HelloAsso only allow 20 simultaneous active access token. Note that each Hyperion worker will need its own access token.
178179

179-
# [["name", "helloasso_client_id", "helloasso_client_secret", "helloasso_slug", "redirection_uri"]]
180-
#HELLOASSO_CONFIGURATIONS: []
181-
#HELLOASSO_API_BASE: ""
180+
#HELLOASSO_CONFIGURATIONS: # [["name", "helloasso_client_id", "helloasso_client_secret", "helloasso_slug", "redirection_uri"]]
181+
# MYECLPAY:
182+
# helloasso_client_id: ...
183+
# helloasso_client_secret: ...
184+
# helloasso_slug: "AEECL"
185+
# redirection_uri: null
186+
#HELLOASSO_API_BASE: "api.helloasso-sandbox.com"
182187

183188
# 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
185190

186191
# Trusted urls is a list of redirect payment url that can be trusted by Hyperion.
187192
# 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
189195

190196
# 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
191197
# This service will use a special token to access the data

0 commit comments

Comments
 (0)