Difference between revisions of "MOR system.conf"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with "This file is in /etc/mor/system.conf and describes some values for the MOR systems. === Database settings === * '''dbname''' - MySQL database name. * '''dbuser''' - MySQL database user. * '''dbhost''' - MySQL database host. * '''dbsecret''' - MySQL database password. * '''dbport''' - MySQL database port. === Subscriptions settings === * '''subscriptions_report_blocked_users''' - Should Subscriptions send an email to Admin when User is blocked due to insufficient funds...")
 
 
Line 9: Line 9:


=== Subscriptions settings ===
=== Subscriptions settings ===
* '''subscriptions_report_blocked_users''' - Should Subscriptions send an email to Admin when User is blocked due to insufficient funds when trying to charge a subscription? If set to 1, then emails will be sent. If set to 0, then emails will not be sent. Default value 1.
* '''subscriptions_report_blocked_users''' - Should Subscriptions send an email to Admin when User is blocked due to insufficient funds when trying to charge a Subscription? If set to 1, then emails will be sent. If set to 0, then emails will not be sent. Default value 1.
* '''subscriptions_report_charged_users''' - Should Subscriptions send an email to Admin when User's Subscription is charged? If set to 1, then emails will be sent. If set to 0, then emails will not be sent. Default value 1.
* '''subscriptions_report_charged_users''' - Should Subscriptions send an email to Admin when User's Subscription is charged? If set to 1, then emails will be sent. If set to 0, then emails will not be sent. Default value 1.

Latest revision as of 08:01, 7 March 2023

This file is in /etc/mor/system.conf and describes some values for the MOR systems.

Database settings

  • dbname - MySQL database name.
  • dbuser - MySQL database user.
  • dbhost - MySQL database host.
  • dbsecret - MySQL database password.
  • dbport - MySQL database port.

Subscriptions settings

  • subscriptions_report_blocked_users - Should Subscriptions send an email to Admin when User is blocked due to insufficient funds when trying to charge a Subscription? If set to 1, then emails will be sent. If set to 0, then emails will not be sent. Default value 1.
  • subscriptions_report_charged_users - Should Subscriptions send an email to Admin when User's Subscription is charged? If set to 1, then emails will be sent. If set to 0, then emails will not be sent. Default value 1.