| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/clients/client2/api.pacim.de/web/resources/ |
Upload File : |
# If true the status of a new app is PENDING so that an administrator has to
# manually activate the app
app_approval: 0
# The max amount of apps a consumer can register
app_consumer: 16
# Additional API information which are used in various API specifications
# The title of the application
info_title: "Fusio"
# A short description of the application. CommonMark syntax MAY be used for rich
# text representation
info_description: ""
# A URL to the Terms of Service for the API. MUST be in the format of a URL
info_tos: ""
# The identifying name of the contact person/organization
info_contact_name: ""
# The URL pointing to the contact information. MUST be in the format of a URL
info_contact_url: ""
# The email address of the contact person/organization. MUST be in the format of
# an email address
info_contact_email: ""
# The license name used for the API
info_license_name: ""
# A URL to the license used for the API. MUST be in the format of a URL
info_license_url: ""
# Subject of the activation mail
mail_register_subject: "Fusio registration"
# Body of the activation mail
mail_register_body: "Hello {name},
you have successful registered at Fusio.
To activate you account please visit the following url:
${env.FUSIO_URL}\/developer\/activate?token={token}"
# Email address which is used in the "From" header
mail_sender: ""
# Facebook app secret
provider_facebook_secret: "${env.PROVIDER_FACEBOOK_SECRET}"
# Google app secret
provider_google_secret: "${env.PROVIDER_GOOGLE_SECRET}"
# GitHub app secret
provider_github_secret: "${env.PROVIDER_GITHUB_SECRET}"
# ReCaptcha secret
recaptcha_secret: "${env.RECAPTCHA_SECRET}"
# If a user registers through the consumer API the following scopes are assigned
scopes_default: "authorization,consumer"