âī¸Configuration
Basic configuration of saaster in config.cfm
Last updated
Basic configuration of saaster in config.cfm
Last updated
The Application.cfc must not be changed, otherwise the system can no longer be updated.
The config.cfm
is the first file you need to revise and modify. You will find a template of this file in the configs
folder. When not already done, copy this file into the root directory and rename it to config.cfm
. Now you can adapt your data according to your needs.
This table shows the available variables and what they do:
Variables | Description |
---|---|
Payrexx is a Swiss Payment Service Provider and is subject to Swiss quality control. And anyone who knows Switzerland knows how important that is. Check out our documentation how to setup Payrexx in saaster:
datasource
Name of datasource in Lucee
environment
Sets the environment where the application is currently running in. You can use "prod" or "dev".
mainURL
The full URL of your live project (incl. http:// or https://)
schedulePassword
Password for scheduled tasks
applicationname
The name of your application.cfc
sessiontimeout
Set sessiontimout with "createTimespan()"
pdf_type
Set the pdf_type. You can use "modern" or "classic" for lucee pdf print
requesttimeout
RequestTimeout in seconds
imageFileTypes
Set allowed image file types
documentsFileTypes
Set allowed document file types
apiSecret
Secret, which is used to create the access tokens.
apiReloadPassword
Password that is used to reinit the API. (See taffy documentation)
appName
Any name you like
appOwner
Enter the name of the operator (Your company)
fromEmail
Mail address from which the system should send mails from
toEmail
Enter the email address of the administrator
errorEmail
Enter an email address for error messages
usersIP (Dev environment only)
To simulate a customer in local environment, enter a public IP address here
payrexxAPIurl
The basic URL to the Payrexx API
payrexxAPIinstance
Your personal Payrexx instance
payrexxAPIkey
Your API key from Payrexx
payrexxDesignID
Look and feel of your payment page (id from Payrexx)
payrexxWebhookDev (Dev environment only)
Webhook directory for developing environment
payrexxWebhookPassword
The webhook password that is specified in the url variable
payrexxPSPs
PSP IDs (comma separated list without spaces)
footerText
The text in the footer of every page in Saaster (backend)
Email settings
Have a look to the config.cfm